mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
Eliminate unused private field (compiler warning).
This commit is contained in:
parent
ca93b4a1ac
commit
5ef758bbd4
@ -62,8 +62,7 @@
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
SysEnv::SysEnv(const RuntimeEnvironment *renv) :
|
||||
_r(renv)
|
||||
SysEnv::SysEnv(const RuntimeEnvironment *renv)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -49,9 +49,6 @@ public:
|
||||
* @return Fingerprint of currently running network environment
|
||||
*/
|
||||
uint64_t getNetworkConfigurationFingerprint();
|
||||
|
||||
private:
|
||||
const RuntimeEnvironment *_r;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
Loading…
Reference in New Issue
Block a user