|
From: <axl...@us...> - 2009-05-14 11:01:23
|
Revision: 243
http://hgengine.svn.sourceforge.net/hgengine/?rev=243&view=rev
Author: axlecrusher
Date: 2009-05-14 11:01:14 +0000 (Thu, 14 May 2009)
Log Message:
-----------
remove printfs
Modified Paths:
--------------
Mercury2/src/MSemaphore.cpp
Modified: Mercury2/src/MSemaphore.cpp
===================================================================
--- Mercury2/src/MSemaphore.cpp 2009-05-14 10:57:45 UTC (rev 242)
+++ Mercury2/src/MSemaphore.cpp 2009-05-14 11:01:14 UTC (rev 243)
@@ -1,12 +1,9 @@
#include <MSemaphore.h>
#include <MercuryThreads.h>
-#include <stdio.h>
-
MSemaphore::MSemaphore()
:m_lockCount(0), m_semaphore(0)
{
- printf("cs %d\n", m_semaphore);
}
#ifndef WIN32
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|