diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-06-01 19:18:26 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-06-01 19:18:26 -0700 |
commit | aab17d9f1ff250113324fcfe4cca186fda69be58 (patch) | |
tree | ce116b1fb74eb915a9b141f72f280dbf067c23b1 /node | |
parent | ecb6a1d84fc48dda029ff8ec321616fc14efd108 (diff) | |
download | infinitytier-aab17d9f1ff250113324fcfe4cca186fda69be58.tar.gz infinitytier-aab17d9f1ff250113324fcfe4cca186fda69be58.zip |
Kill obsolete amSupernode method -- we now have no differing behaviors.
Diffstat (limited to 'node')
-rw-r--r-- | node/Topology.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/node/Topology.hpp b/node/Topology.hpp index 63c81016..56a9709f 100644 --- a/node/Topology.hpp +++ b/node/Topology.hpp @@ -157,11 +157,6 @@ public: } /** - * @return True if this node's identity is in the supernode set - */ - inline bool amSupernode() const { return _amSupernode; } - - /** * Clean and flush database */ void clean(uint64_t now); |