Commit c9eeff6f authored by David Fifield's avatar David Fifield
Browse files

Remove unused notImplemented error.

parent ff7cc926
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@ const (
var ptInfo pt.ClientInfo
var logFile *os.File

var notImplemented = fmt.Errorf("not implemented")

// When a connection handler starts, +1 is written to this channel; when it
// ends, -1 is written.
var handlerChan = make(chan int)