summaryrefslogtreecommitdiff
path: root/nltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nltest.cpp')
-rw-r--r--nltest.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/nltest.cpp b/nltest.cpp
deleted file mode 100644
index 9659a794..00000000
--- a/nltest.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "osdep/LinuxNetLink.hpp"
-
-using namespace ZeroTier;
-
-int main(int argc, char **argv)
-{
- LinuxNetLink &nl = LinuxNetLink::getInstance();
-
-
- while(true) {
- Thread::sleep(1000);
- }
-} \ No newline at end of file