diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-27 13:36:27 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-27 13:36:27 -0400 |
commit | b0a83093ce698390a4e2d266ba1c63ee241cd7ad (patch) | |
tree | 5b7d2f15e65c14d9ff220f19b2ee9f728757b2be /node/RuntimeEnvironment.hpp | |
parent | 57d8730f1b3da3f9fe23a9fa02c8557b80bf6716 (diff) | |
download | infinitytier-b0a83093ce698390a4e2d266ba1c63ee241cd7ad.tar.gz infinitytier-b0a83093ce698390a4e2d266ba1c63ee241cd7ad.zip |
Back out of RPC... blech. Have a better idea.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
-rw-r--r-- | node/RuntimeEnvironment.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index 35c2de3f..7797e651 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -42,7 +42,6 @@ class Topology; class SysEnv; class Multicaster; class CMWC4096; -class RPC; /** * Holds global state for an instance of ZeroTier::Node @@ -67,8 +66,7 @@ public: multicaster((Multicaster *)0), sw((Switch *)0), topology((Topology *)0), - sysEnv((SysEnv *)0), - rpc((RPC *)0) + sysEnv((SysEnv *)0) { } @@ -90,7 +88,6 @@ public: Switch *sw; Topology *topology; SysEnv *sysEnv; - RPC *rpc; }; } // namespace ZeroTier |