You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/07 11:39:22 UTC

svn commit: r812062 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/sema.c

Author: mturk
Date: Mon Sep  7 09:39:21 2009
New Revision: 812062

URL: http://svn.apache.org/viewvc?rev=812062&view=rev
Log:
This was for testing purposes

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/win32/sema.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/sema.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/sema.c?rev=812062&r1=812061&r2=812062&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/sema.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/sema.c Mon Sep  7 09:39:21 2009
@@ -87,8 +87,6 @@
         ACR_THROW_IO_ERRNO();
         return -1;
     }
-    printf("\nCreateMutex %S\n", reskey);
-    
     rc = acr_ioh_open(s, ACR_DT_SEMAPHORE, 0, semaphore_cleanup);
     return rc;
 }