Remove unused notImplemented error.

This commit is contained in:
David Fifield 2016-01-18 22:39:18 -08:00
parent ff7cc926f7
commit c9eeff6fc2

View file

@ -31,8 +31,6 @@ const (
var ptInfo pt.ClientInfo var ptInfo pt.ClientInfo
var logFile *os.File var logFile *os.File
var notImplemented = fmt.Errorf("not implemented")
// When a connection handler starts, +1 is written to this channel; when it // When a connection handler starts, +1 is written to this channel; when it
// ends, -1 is written. // ends, -1 is written.
var handlerChan = make(chan int) var handlerChan = make(chan int)