diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-27 12:09:37 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-27 12:09:37 -0700 |
| commit | 592cac58155fecf2e226b32c614e19064214cc1a (patch) | |
| tree | f50709294fbe85374fdc4f72b74b3cdbc6abf3a7 /service | |
| parent | 4244cca48cb125a219531ecd918ee4c84a97b103 (diff) | |
| download | infinitytier-592cac58155fecf2e226b32c614e19064214cc1a.tar.gz infinitytier-592cac58155fecf2e226b32c614e19064214cc1a.zip | |
Remove from a few other places.
Diffstat (limited to 'service')
| -rw-r--r-- | service/OneService.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp index 14f637b4..22eefbb9 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -67,10 +67,6 @@ #include <ifaddrs.h> #endif -#ifdef ZT_ENABLE_BUTTFLARE -#include "ButtFlare.hpp" -#endif - #ifdef ZT_USE_SYSTEM_HTTP_PARSER #include <http_parser.h> #else @@ -478,10 +474,6 @@ public: unsigned int _clusterMemberId; #endif -#ifdef ZT_ENABLE_BUTTFLARE - ButtFlare *butt; -#endif - // Set to false to force service to stop volatile bool _run; Mutex _run_m; @@ -1923,9 +1915,6 @@ public: char friendlyName[128]; Utils::snprintf(friendlyName,sizeof(friendlyName),"ZeroTier One [%.16llx]",nwid); -#ifdef ZT_ENABLE_BUTTFLARE - butt = new ButtFlare(StapFrameHandler, (void *)this); -#endif n.tap = new EthernetTap( _homePath.c_str(), MAC(nwc->mac), |
