summaryrefslogtreecommitdiff
path: root/osdep/LinuxDropPrivileges.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/LinuxDropPrivileges.hpp')
-rw-r--r--osdep/LinuxDropPrivileges.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/osdep/LinuxDropPrivileges.hpp b/osdep/LinuxDropPrivileges.hpp
deleted file mode 100644
index 111f682e..00000000
--- a/osdep/LinuxDropPrivileges.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef ZT_LINUXDROPPRIVILEGES_HPP
-#define ZT_LINUXDROPPRIVILEGES_HPP
-#include <string>
-
-namespace ZeroTier {
- void dropPrivileges(std::string homeDir);
-}
-
-#endif