summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-03-29 12:45:02 +0200
committerAttila Molnar <attilamolnar@hush.com>2016-03-29 12:45:02 +0200
commit11a2e3c46afca0ad74c02872eb398df30d8bdbb9 (patch)
treef46e63c5bdbe54bd347adae5171ec639a3d5ac4a /src/modules
parente91c675b094760407d7c00bbec17795f30978c1e (diff)
m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a string
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_spanningtree/commandbuilder.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_spanningtree/commandbuilder.h b/src/modules/m_spanningtree/commandbuilder.h
index 26eb4587f..59de84052 100644
--- a/src/modules/m_spanningtree/commandbuilder.h
+++ b/src/modules/m_spanningtree/commandbuilder.h
@@ -142,11 +142,6 @@ class CmdBuilder
Utils->DoOneToAllButSender(*this, omit);
}
- bool Unicast(const std::string& target) const
- {
- return Utils->DoOneToOne(*this, target);
- }
-
void Unicast(User* target) const
{
Utils->DoOneToOne(*this, target->server);