diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-03-21 16:39:56 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-03-21 16:39:56 -0700 |
commit | 130fa35bb1707ea232015c1a3672f0585632dea1 (patch) | |
tree | c256c4dfb056af5e9f62f927e177dc4430fd2247 | |
parent | 39e1021f629188adec64bfe47170f4a874b490a2 (diff) | |
download | infinitytier-130fa35bb1707ea232015c1a3672f0585632dea1.tar.gz infinitytier-130fa35bb1707ea232015c1a3672f0585632dea1.zip |
cleanup
-rw-r--r-- | nltest.cpp | 13 |
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 |