diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 18:15:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 18:15:08 +0300 |
| commit | f9e56ecb0d866beb665bced56229c00596835889 (patch) | |
| tree | 1b03c9f82c7df1e949c1988c35e51b3fc930da9b | |
| parent | b7dc4fa4be1dadefd799ccc7ec843524c9e3fc29 (diff) | |
fix(rpn): remove SetConstants from OperationsProvider (ISP violation, task 0k)
| -rw-r--r-- | internal/rpn/operations_interfaces.go | 1 |
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 |
