diff --git a/punchd.nim b/punchd.nim index 2acd7a7..816574c 100644 --- a/punchd.nim +++ b/punchd.nim @@ -9,9 +9,6 @@ import tables import tcp_syni import tcp_nutss -from strutils import format, join -from nativesockets import setSockOptInt - type Punchd = ref object unixSocket: AsyncSocket