summaryrefslogtreecommitdiff
path: root/service/limit/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/limit/service.go')
-rw-r--r--service/limit/service.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/limit/service.go b/service/limit/service.go
index 99e2b1ee..6cbc22be 100644
--- a/service/limit/service.go
+++ b/service/limit/service.go
@@ -16,7 +16,6 @@ type controllable interface {
// Service to control the state of rr service inside other services.
type Service struct {
- cfg *Config
lsns []func(event int, ctx interface{})
}