summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/misccommands.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-07-27 18:43:30 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-07-27 18:43:30 +0200
commit6089d1a685114f380cf6838dcff78bc3bb1d3bbd (patch)
tree45d0258ac79a805865bca9a9d3bc17523d909d73 /src/modules/m_spanningtree/misccommands.cpp
parent465675b124a50e8cbd6a114fd277ea18adcc4d31 (diff)
m_spanningtree Remove post-handshake BURST handler
Diffstat (limited to 'src/modules/m_spanningtree/misccommands.cpp')
-rw-r--r--src/modules/m_spanningtree/misccommands.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_spanningtree/misccommands.cpp b/src/modules/m_spanningtree/misccommands.cpp
index 5b04c73bc..00f31d668 100644
--- a/src/modules/m_spanningtree/misccommands.cpp
+++ b/src/modules/m_spanningtree/misccommands.cpp
@@ -35,12 +35,6 @@ CmdResult CommandSNONotice::Handle(User* user, std::vector<std::string>& params)
return CMD_SUCCESS;
}
-CmdResult CommandBurst::HandleServer(TreeServer* server, std::vector<std::string>& params)
-{
- server->bursting = true;
- return CMD_SUCCESS;
-}
-
CmdResult CommandEndBurst::HandleServer(TreeServer* server, std::vector<std::string>& params)
{
server->FinishBurst();