From 5ef758bbd412100db694565986330f48614e24ba Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Oct 2013 14:27:37 -0400 Subject: Eliminate unused private field (compiler warning). --- node/SysEnv.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'node/SysEnv.hpp') 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 -- cgit v1.2.3