diff options
author | louiz’ <louiz@louiz.org> | 2016-07-04 10:20:16 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-07-04 10:20:16 +0200 |
commit | 964784497a7dd1278789f63322cb8acc8ed419ba (patch) | |
tree | 3376d802188991772db216f86ec3b36168083876 | |
parent | 0ce75ab52111ba27ca99961057b36b68f0a135a8 (diff) | |
download | biboumi-964784497a7dd1278789f63322cb8acc8ed419ba.tar.gz biboumi-964784497a7dd1278789f63322cb8acc8ed419ba.tar.bz2 biboumi-964784497a7dd1278789f63322cb8acc8ed419ba.tar.xz biboumi-964784497a7dd1278789f63322cb8acc8ed419ba.zip |
Remove forgotten comment
-rw-r--r-- | src/bridge/bridge.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp index 3430b06..f8eea94 100644 --- a/src/bridge/bridge.hpp +++ b/src/bridge/bridge.hpp @@ -202,11 +202,6 @@ public: void trigger_on_irc_message(const std::string& irc_hostname, const IrcMessage& message); std::unordered_map<std::string, std::shared_ptr<IrcClient>>& get_irc_clients(); - /** - * Manage which resource is connected to which IRC server - */ - - private: /** * Returns the client for the given hostname, create one (and use the |