mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove unused logFile variable.
This commit is contained in:
parent
3516599bae
commit
57f72ab4ff
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ const requestTimeout = 10 * time.Second
|
|||
// "4/3+1" accounts for possible base64 encoding.
|
||||
const maxMessageSize = 64*1024*4/3 + 1
|
||||
|
||||
var logFile = os.Stderr
|
||||
|
||||
var ptInfo pt.ServerInfo
|
||||
|
||||
// When a connection handler starts, +1 is written to this channel; when it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue