diff --git a/src/OpenThreads/pthreads/PThread.cpp b/src/OpenThreads/pthreads/PThread.cpp index b805331ec..e8d48b5ce 100644 --- a/src/OpenThreads/pthreads/PThread.cpp +++ b/src/OpenThreads/pthreads/PThread.cpp @@ -57,13 +57,13 @@ #include using namespace OpenThreads; -/* + #ifdef DEBUG # define DPRINTF(arg) printf arg #else # define DPRINTF(arg) #endif -*/ + //----------------------------------------------------------------------------- // Initialize the static unique ids.