Преглед изворни кода

tun2socks: remove dead variable

ambrop7 пре 15 година
родитељ
комит
da5e62852f
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      tun2socks/tun2socks.c

+ 0 - 2
tun2socks/tun2socks.c

@@ -468,8 +468,6 @@ int parse_arguments (int argc, char *argv[])
     options.netif_netmask = NULL;
     options.socks_server_addr = NULL;
     
-    int have_fragmentation_latency = 0;
-    
     int i;
     for (i = 1; i < argc; i++) {
         char *arg = argv[i];