diff options
| author | 2021-07-23 18:30:11 +0100 | |
|---|---|---|
| committer | 2021-07-23 18:30:45 +0100 | |
| commit | 11bc5f43fed5893223bf053df40f7021399a8dc7 (patch) | |
| tree | f05b1d2ac5376f7055edd668a6df70f651f085b0 /src/modules/m_spanningtree/utils.h | |
| parent | Drop support for Debian GNU/kFreeBSD. (diff) | |
Purge SpanningTreeUtilities::DoOneToMany.
Diffstat (limited to 'src/modules/m_spanningtree/utils.h')
| -rw-r--r-- | src/modules/m_spanningtree/utils.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/m_spanningtree/utils.h b/src/modules/m_spanningtree/utils.h index 0997d8772..95d392196 100644 --- a/src/modules/m_spanningtree/utils.h +++ b/src/modules/m_spanningtree/utils.h @@ -132,10 +132,6 @@ class SpanningTreeUtilities : public Cullable */ void DoOneToAllButSender(const CmdBuilder& params, TreeServer* omit); - /** Send a message from this server to all others - */ - void DoOneToMany(const CmdBuilder& params); - /** Read the spanningtree module's tags from the config file */ void ReadConfiguration(); @@ -184,7 +180,3 @@ class SpanningTreeUtilities : public Cullable void SendListLimits(Channel* chan, TreeSocket* sock = nullptr); }; -inline void SpanningTreeUtilities::DoOneToMany(const CmdBuilder& params) -{ - DoOneToAllButSender(params, NULL); -} |
