We don't need a mutex lock in Channel::retain/release... I think.

This commit is contained in:
Alex Szpakowski
2016-02-26 18:38:39 -04:00
parent 4ca6106d7a
commit e08374fdd1
4 changed files with 16 additions and 29 deletions
-3
View File
@@ -54,9 +54,6 @@ public:
int getCount();
void clear();
void retain();
void release();
private:
Channel(const std::string &name);