summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2017-01-05 11:46:33 -0800
committerGrant Limberg <grant.limberg@zerotier.com>2017-01-05 11:46:33 -0800
commit0f6c53589eb9f4faf0b2025f9e1e19c0d30b7ebb (patch)
tree78c92560734914028b6a0b4457f425e3ce132338
parente2b1a7157e3ba7b3cb342582acbdeb22033d7b84 (diff)
downloadinfinitytier-0f6c53589eb9f4faf0b2025f9e1e19c0d30b7ebb.tar.gz
infinitytier-0f6c53589eb9f4faf0b2025f9e1e19c0d30b7ebb.zip
remove commented out function declaration
-rw-r--r--osdep/WindowsEthernetTap.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/WindowsEthernetTap.hpp b/osdep/WindowsEthernetTap.hpp
index 74b37f8c..53bba3e9 100644
--- a/osdep/WindowsEthernetTap.hpp
+++ b/osdep/WindowsEthernetTap.hpp
@@ -118,9 +118,6 @@ private:
void _setRegistryIPv4Value(const char *regKey,const std::vector<std::string> &value);
void _syncIps();
- // clean up invalid values put into the windows registry
- // void _cleanRegistry();
-
void (*_handler)(void *,uint64_t,const MAC &,const MAC &,unsigned int,unsigned int,const void *,unsigned int);
void *_arg;
MAC _mac;