diff options
author | Egon Elbre <egonelbre@gmail.com> | 2017-08-08 17:08:37 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-08-08 17:08:37 +0800 |
commit | e063d538b80d2edfc3c2b374aaee4e38e2145170 (patch) | |
tree | fd27b3a044dc674b9c6d3415a1dfca465d846fa5 /rpc/subscription.go | |
parent | 43437806fb49d4ca0b5f6e7599c9871663960b15 (diff) | |
download | go-tangerine-e063d538b80d2edfc3c2b374aaee4e38e2145170.tar.gz go-tangerine-e063d538b80d2edfc3c2b374aaee4e38e2145170.tar.zst go-tangerine-e063d538b80d2edfc3c2b374aaee4e38e2145170.zip |
rpc: fix megacheck warnings
Diffstat (limited to 'rpc/subscription.go')
-rw-r--r-- | rpc/subscription.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpc/subscription.go b/rpc/subscription.go index 720e4dd06..6ce7befa1 100644 --- a/rpc/subscription.go +++ b/rpc/subscription.go @@ -53,7 +53,6 @@ type notifierKey struct{} type Notifier struct { codec ServerCodec subMu sync.RWMutex // guards active and inactive maps - stopped bool active map[ID]*Subscription inactive map[ID]*Subscription } |