summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-08-26 18:08:14 +0200
committerlouiz’ <louiz@louiz.org>2018-08-26 18:08:14 +0200
commitb9f6fbd8405c1d16ca637fb32850d44173528e46 (patch)
tree4adb71cdbe7ed8cf4390a124719ff9986b55a88b /src/bridge/bridge.hpp
parent21f69cf068ad7c848ea41a18eb0575a3b2b71cd5 (diff)
downloadbiboumi-b9f6fbd8405c1d16ca637fb32850d44173528e46.tar.gz
biboumi-b9f6fbd8405c1d16ca637fb32850d44173528e46.tar.bz2
biboumi-b9f6fbd8405c1d16ca637fb32850d44173528e46.tar.xz
biboumi-b9f6fbd8405c1d16ca637fb32850d44173528e46.zip
Remove an unused function (and a useless debug log)
Diffstat (limited to 'src/bridge/bridge.hpp')
-rw-r--r--src/bridge/bridge.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp
index b2f7734..5c547ff 100644
--- a/src/bridge/bridge.hpp
+++ b/src/bridge/bridge.hpp
@@ -324,7 +324,6 @@ private:
void add_resource_to_server(const IrcHostname& irc_hostname, const std::string& resource);
void remove_resource_from_server(const IrcHostname& irc_hostname, const std::string& resource);
- bool is_resource_in_server(const IrcHostname& irc_hostname, const std::string& resource) const;
size_t number_of_channels_the_resource_is_in(const std::string& irc_hostname, const std::string& resource) const;
/**