Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Apr 27, 2022
1 parent eacfabf commit c8b697a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/go/subscription/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ type Manager struct {
mutex sync.Mutex
}

var managerInstance *Manager = nil

func NewManager() *Manager {
return &Manager{
subscriptions: make(map[string][]Subscriber),
Expand Down

0 comments on commit c8b697a

Please sign in to comment.