summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/compat.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-05-09 12:37:44 +0100
committerPeter Powell <petpow@saberuk.com>2019-05-09 12:37:44 +0100
commit7f979b895eadd482c16a354f656493adcc28072f (patch)
treecd6ec5fed7f1422b6eb32356e7e64aac868021ac /src/modules/m_spanningtree/compat.cpp
parent5610d70e4c14514e0e14be971fd0108c3ea3c1fb (diff)
Delete some obsolete comments.
Diffstat (limited to 'src/modules/m_spanningtree/compat.cpp')
-rw-r--r--src/modules/m_spanningtree/compat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/compat.cpp b/src/modules/m_spanningtree/compat.cpp
index aacae5dea..8d24cfe90 100644
--- a/src/modules/m_spanningtree/compat.cpp
+++ b/src/modules/m_spanningtree/compat.cpp
@@ -48,7 +48,6 @@ void TreeSocket::WriteLine(const std::string& original_line)
std::string::size_type b = line.find(' ', a + 1);
std::string command(line, a + 1, b-a-1);
// now try to find a translation entry
- // TODO a more efficient lookup method will be needed later
if (proto_version < 1205)
{
if (command == "IJOIN")