Removed dead code

This commit is contained in:
Thulinma 2016-10-11 15:20:13 +02:00
parent 419686f50c
commit bf8ddcb300

View file

@ -757,7 +757,6 @@ namespace IPC {
///\param len The lenght of the payload
///\param withCounter Whether the content should have a counter
void sharedServer::init(std::string name, int len, bool withCounter) {
amount = 0;
if (mySemaphore) {
mySemaphore.close();
}