diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-03-29 12:45:37 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-03-29 12:45:37 +0200 |
commit | 6c5ac89f35d49833d7075c1449b2d82ddf7926dc (patch) | |
tree | 76b8ccf2d8662b56792fa301d3d184e318661ebf /src/modules/m_spanningtree/utils.h | |
parent | 11a2e3c46afca0ad74c02872eb398df30d8bdbb9 (diff) |
m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload accepting a string
Diffstat (limited to 'src/modules/m_spanningtree/utils.h')
-rw-r--r-- | src/modules/m_spanningtree/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/utils.h b/src/modules/m_spanningtree/utils.h index 84637bf01..3c54e93ac 100644 --- a/src/modules/m_spanningtree/utils.h +++ b/src/modules/m_spanningtree/utils.h @@ -118,7 +118,6 @@ class SpanningTreeUtilities : public classbase /** Send a message from this server to one other local or remote */ - bool DoOneToOne(const CmdBuilder& params, const std::string& target); void DoOneToOne(const CmdBuilder& params, Server* target); /** Send a message from this server to all but one other, local or remote |