turn off thread-support debugging code
authorKen Raeburn <raeburn@mit.edu>
Wed, 6 Aug 2008 22:12:16 +0000 (22:12 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 6 Aug 2008 22:12:16 +0000 (22:12 +0000)
With one big known exception having to do with exiting processes, I
think we've shaken out most of the thread-related bugs that this code
is going to catch in the existing code.  It adds a lot of runtime
code, so disable it for now, it can be enabled again for testing new
changes.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20625 dc483132-0cff-0310-8789-dd5450dbe970

src/include/k5-thread.h

index f910c29b451b3f4d2e49c5327a5ef1feb0481a33..ac356edf5e07153a0126cab973b222f42d35a8cd 100644 (file)
 
    More to be added, perhaps.  */
 
-#define DEBUG_THREADS
-#define DEBUG_THREADS_LOC
+#undef DEBUG_THREADS
+#undef DEBUG_THREADS_LOC
 #undef DEBUG_THREADS_STATS
 
 #include <assert.h>