PERFORCE change 71450 for review

David Xu davidxu at FreeBSD.org
Mon Feb 21 01:18:41 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=71450

Change 71450 by davidxu at davidxu_celeron on 2005/02/21 09:17:45

	Remove unused macro.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_concurrency.c#6 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_concurrency.c#6 (text+ko) ====

@@ -33,13 +33,6 @@
 
 #include "thr_private.h"
 
-/*#define DEBUG_CONCURRENCY */
-#ifdef DEBUG_CONCURRENCY
-#define DBG_MSG		stdout_debug
-#else
-#define	DBG_MSG(x...)
-#endif
-
 static int level = 0;
 
 __weak_reference(_pthread_getconcurrency, pthread_getconcurrency);


More information about the p4-projects mailing list