diff options
Diffstat (limited to 'src/modules/m_spanningtree/treeserver.h')
-rw-r--r-- | src/modules/m_spanningtree/treeserver.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_spanningtree/treeserver.h b/src/modules/m_spanningtree/treeserver.h index ffe0373d2..90841d0b4 100644 --- a/src/modules/m_spanningtree/treeserver.h +++ b/src/modules/m_spanningtree/treeserver.h @@ -51,7 +51,6 @@ class TreeServer : public Server std::string rawversion; TreeSocket* Socket; /* Socket used to communicate with this server */ - std::string sid; /* Server ID */ /** Counter counting how many servers are bursting in front of this server, including * this server. Set to parents' value on construction then it is increased if the @@ -194,10 +193,6 @@ class TreeServer : public Server */ const ChildServers& GetChildren() const { return Children; } - /** Get server ID - */ - const std::string& GetID() const { return sid; } - /** Marks a server as having finished bursting and performs appropriate actions. */ void FinishBurst(); |