removed debug message
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
#include <iocinf.h>
|
||||
#include <comBuf_IL.h>
|
||||
|
||||
tsFreeList < class comBuf, 0x20, 1u > comBuf::freeList;
|
||||
tsFreeList < class comBuf, 0x20 > comBuf::freeList;
|
||||
|
||||
// nill message pad bytes
|
||||
static const char nillBytes [] =
|
||||
@@ -459,7 +459,6 @@ int comQueSend::writeNotifyRequest ( unsigned ioId, unsigned serverId, unsigned
|
||||
this->mutex.unlock ();
|
||||
}
|
||||
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user