summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node/SysEnv.cpp3
-rw-r--r--node/SysEnv.hpp3
2 files changed, 1 insertions, 5 deletions
diff --git a/node/SysEnv.cpp b/node/SysEnv.cpp
index 3fb2c872..19b64296 100644
--- a/node/SysEnv.cpp
+++ b/node/SysEnv.cpp
@@ -62,8 +62,7 @@
namespace ZeroTier {
-SysEnv::SysEnv(const RuntimeEnvironment *renv) :
- _r(renv)
+SysEnv::SysEnv(const RuntimeEnvironment *renv)
{
}
diff --git a/node/SysEnv.hpp b/node/SysEnv.hpp
index 21c25713..c43e6adf 100644
--- a/node/SysEnv.hpp
+++ b/node/SysEnv.hpp
@@ -49,9 +49,6 @@ public:
* @return Fingerprint of currently running network environment
*/
uint64_t getNetworkConfigurationFingerprint();
-
-private:
- const RuntimeEnvironment *_r;
};
} // namespace ZeroTier