summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/netburst.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-07-27 18:30:31 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-07-27 18:30:31 +0200
commit9c934dcae25a60924fd2506126f86fcc86e73632 (patch)
treebcc959377db3d39b674f5e87c33041ec8a01f667 /src/modules/m_spanningtree/netburst.cpp
parent5f7df6455a7055ab71dc4ec84be87ad3f151fa76 (diff)
m_spanningtree Remove unused parameters from the server introduction message
This does not affect the initial SERVER message containing the password
Diffstat (limited to 'src/modules/m_spanningtree/netburst.cpp')
-rw-r--r--src/modules/m_spanningtree/netburst.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp
index e42ab5e67..a8d76becc 100644
--- a/src/modules/m_spanningtree/netburst.cpp
+++ b/src/modules/m_spanningtree/netburst.cpp
@@ -139,7 +139,6 @@ void TreeSocket::SendServerInfo(TreeServer* from)
* (and any of ITS servers too) of what servers we know about.
* If at any point any of these servers already exist on the other
* end, our connection may be terminated.
- * The hopcount parameter (3rd) is deprecated, and is always 0.
*/
void TreeSocket::SendServers(TreeServer* Current, TreeServer* s)
{