From aab17d9f1ff250113324fcfe4cca186fda69be58 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 1 Jun 2015 19:18:26 -0700 Subject: [PATCH] Kill obsolete amSupernode method -- we now have no differing behaviors. --- node/Topology.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/node/Topology.hpp b/node/Topology.hpp index 63c81016f..56a9709fc 100644 --- a/node/Topology.hpp +++ b/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 */