summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-24 18:15:08 +0300
committerPaul Buetow <paul@buetow.org>2026-05-24 18:15:08 +0300
commitf9e56ecb0d866beb665bced56229c00596835889 (patch)
tree1b03c9f82c7df1e949c1988c35e51b3fc930da9b
parentb7dc4fa4be1dadefd799ccc7ec843524c9e3fc29 (diff)
fix(rpn): remove SetConstants from OperationsProvider (ISP violation, task 0k)
-rw-r--r--internal/rpn/operations_interfaces.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rpn/operations_interfaces.go b/internal/rpn/operations_interfaces.go
index 39edcad..3016f28 100644
--- a/internal/rpn/operations_interfaces.go
+++ b/internal/rpn/operations_interfaces.go
@@ -123,7 +123,6 @@ type OperationsProvider interface {
StackOperator
MetricCommander
CustomMetricManager
- SetConstants(ConstantsProvider)
}
// Operator implementations are split across focused sub-interfaces