remove unused variable

This commit is contained in:
Christian Ulrich 2020-10-04 11:45:17 +02:00
parent daa31f285d
commit 8dc5b5dd78
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ proc handleRequest(punchd: Punchd, line: string,
unixSock: AsyncSocket) {.async.} =
var id: string
var sock: AsyncSocket
var puncher: TcpSyniPuncher
try:
let args = line.parseArgs(3)
id = args[1]