Remove unused variables.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 2 Jan 2011 15:59:42 +0000 (16:59 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 2 Jan 2011 15:59:42 +0000 (16:59 +0100)
src/mingw/device.c

index cbaa19e..2c82b3c 100644 (file)
@@ -95,17 +95,9 @@ bool setup_device(void) {
 
        bool found = false;
 
-       int sock, err;
+       int err;
        HANDLE thread;
 
-       struct addrinfo *ai;
-       struct addrinfo hint = {
-               .ai_family = AF_UNSPEC,
-               .ai_socktype = SOCK_STREAM,
-               .ai_protocol = IPPROTO_TCP,
-               .ai_flags = 0,
-       };
-
        get_config_string(lookup_config(config_tree, "Device"), &device);
        get_config_string(lookup_config(config_tree, "Interface"), &iface);