diff options
| author | 2012-05-19 12:26:40 +0200 | |
|---|---|---|
| committer | 2012-05-19 12:26:40 +0200 | |
| commit | b5d87ca4c51a847e9eeb2df047e2edc77d2c7bbd (patch) | |
| tree | aa99dd95f765981974354ca5a697d7661b1364c8 /src/modules/m_spanningtree/postcommand.cpp | |
| parent | m_spanningtree Fix potential crash in SVSPART handler, don't broadcast incomi... (diff) | |
m_spanningtree Remove no-op instructions and simplify code
Diffstat (limited to 'src/modules/m_spanningtree/postcommand.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/postcommand.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/postcommand.cpp b/src/modules/m_spanningtree/postcommand.cpp index 0c80af2c9..f3da162ec 100644 --- a/src/modules/m_spanningtree/postcommand.cpp +++ b/src/modules/m_spanningtree/postcommand.cpp @@ -45,7 +45,6 @@ void ModuleSpanningTree::OnPostCommand(const std::string &command, const std::ve // to have any special provision in place for remote // commands and linking protocols. std::deque<std::string> params; - params.clear(); unsigned int n_translate = thiscmd->translation.size(); TranslateType translate_to; |
