Eliminate unused private field (compiler warning).

This commit is contained in:
Adam Ierymenko 2013-10-18 14:27:37 -04:00
parent ca93b4a1ac
commit 5ef758bbd4
2 changed files with 1 additions and 5 deletions

View File

@ -62,8 +62,7 @@
namespace ZeroTier {
SysEnv::SysEnv(const RuntimeEnvironment *renv) :
_r(renv)
SysEnv::SysEnv(const RuntimeEnvironment *renv)
{
}

View File

@ -49,9 +49,6 @@ public:
* @return Fingerprint of currently running network environment
*/
uint64_t getNetworkConfigurationFingerprint();
private:
const RuntimeEnvironment *_r;
};
} // namespace ZeroTier