removed debug message

This commit is contained in:
Jeff Hill
2000-09-29 00:17:44 +00:00
parent a896fc1915
commit b42f4585e8
2 changed files with 2 additions and 3 deletions

View File

@@ -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;
}