mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove unused notImplemented error.
This commit is contained in:
parent
ff7cc926f7
commit
c9eeff6fc2
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue