mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-26 06:21:17 +00:00
eth/net/nat.nim: delete unused var
This commit is contained in:
parent
05bf76c537
commit
bb79902399
@ -177,8 +177,6 @@ proc repeatPortMapping(args: PortMappingArgs) {.thread.} =
|
||||
lastUpdate = currTime
|
||||
sleep(sleepDuration)
|
||||
|
||||
var mainThreadId = getThreadId()
|
||||
|
||||
proc stopNatThread() {.noconv.} =
|
||||
# stop the thread
|
||||
natCloseChan.send(true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user