diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-09 12:37:44 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-09 12:37:44 +0100 |
commit | 7f979b895eadd482c16a354f656493adcc28072f (patch) | |
tree | cd6ec5fed7f1422b6eb32356e7e64aac868021ac /src/modules/m_spanningtree | |
parent | 5610d70e4c14514e0e14be971fd0108c3ea3c1fb (diff) |
Delete some obsolete comments.
Diffstat (limited to 'src/modules/m_spanningtree')
-rw-r--r-- | src/modules/m_spanningtree/compat.cpp | 1 |
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") |