diff options
| author | 2024-07-24 02:11:19 +0100 | |
|---|---|---|
| committer | 2024-07-24 02:11:51 +0100 | |
| commit | dc15216f9075118de8f4699280a94ed6d0e12b64 (patch) | |
| tree | 4acea392023b78cef95e789f137ac1a4087de0dd /modules/spanningtree/protocolinterface.cpp | |
| parent | Fix modulemanager installing modules from contrib. (diff) | |
| parent | Synchronise extensibles in Sync even if they have no value. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/spanningtree/protocolinterface.cpp')
| -rw-r--r-- | modules/spanningtree/protocolinterface.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/spanningtree/protocolinterface.cpp b/modules/spanningtree/protocolinterface.cpp index 533551c0b..aaeeb5c60 100644 --- a/modules/spanningtree/protocolinterface.cpp +++ b/modules/spanningtree/protocolinterface.cpp @@ -96,11 +96,6 @@ void SpanningTreeProtocolInterface::SendMetadata(const std::string& key, const s CommandMetadata::Builder(key, data).Broadcast(); } -void SpanningTreeProtocolInterface::Server::SendMetadata(const std::string& key, const std::string& data) -{ - sock->WriteLine(CommandMetadata::Builder(key, data)); -} - void SpanningTreeProtocolInterface::SendSNONotice(char snomask, const std::string& text) { CmdBuilder("SNONOTICE").push(snomask).push_last(text).Broadcast(); |
