Browse Source

Kill obsolete amSupernode method -- we now have no differing behaviors.

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
aab17d9f1f
  1. 5
      node/Topology.hpp

5
node/Topology.hpp

@ -156,11 +156,6 @@ public:
return _supernodeAddresses;
}
/**
* @return True if this node's identity is in the supernode set
*/
inline bool amSupernode() const { return _amSupernode; }
/**
* Clean and flush database
*/

Loading…
Cancel
Save