Skip to content

Commit

Permalink
remove handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed May 11, 2017
1 parent 8f91be1 commit 67fb760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ func RegisterHandler(handler ChannelHandler) {
}

var registeredHandlers = make(map[ChannelType]ChannelHandler)
var handlers map[ChannelType]ChannelHandler
var activeHandlers = make(map[ChannelType]ChannelHandler)

var splash = `
Expand Down

0 comments on commit 67fb760

Please sign in to comment.