summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-07 09:38:33 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-07 09:38:33 -0700
commit1b2cac0cc59790620262f447588274440c7fbefa (patch)
tree1ae8b46490a4a4fec307af82bfcfd0cbf7e7597a /node/Node.hpp
parent598a1d8dd7f621bb75a7f0537c5a63ee93e85a4c (diff)
downloadinfinitytier-1b2cac0cc59790620262f447588274440c7fbefa.tar.gz
infinitytier-1b2cac0cc59790620262f447588274440c7fbefa.zip
Trim some cruft that is not used and probably never would be.
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 20c54471..0ae176c0 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -226,11 +226,6 @@ public:
*/
inline bool online() const throw() { return _online; }
- /**
- * If this version is newer than the newest we've seen, post a new version seen event
- */
- void postNewerVersionIfNewer(unsigned int major,unsigned int minor,unsigned int rev);
-
#ifdef ZT_TRACE
void postTrace(const char *module,unsigned int line,const char *fmt,...);
#endif
@@ -288,7 +283,6 @@ private:
uint64_t _now;
uint64_t _lastPingCheck;
uint64_t _lastHousekeepingRun;
- unsigned int _newestVersionSeen[3]; // major, minor, revision
bool _online;
};