]> git.meshlink.io Git - meshlink/blobdiff - src/tincd.c
Remove files not used by MeshLink.
[meshlink] / src / tincd.c
index 56ed2f0c1adb940bff41381c2419f243b9e71c67..82b5550661d99a4788cd784c5029507be2425c1a 100644 (file)
@@ -48,7 +48,6 @@
 #include "conf.h"
 #include "control.h"
 #include "crypto.h"
-#include "device.h"
 #include "logger.h"
 #include "names.h"
 #include "net.h"
@@ -397,7 +396,7 @@ int main2(int argc, char **argv) {
        }
 #endif
 
-       /* Setup sockets and open device. */
+       /* Setup sockets. */
 
        if(!setup_network())
                goto end;