From: Ken Raeburn Date: Wed, 6 Aug 2008 22:12:16 +0000 (+0000) Subject: turn off thread-support debugging code X-Git-Tag: krb5-1.7-alpha1~519 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aefad499048b709e81c5550ea49cf6a91c2bdde3;p=krb5.git turn off thread-support debugging code 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 --- diff --git a/src/include/k5-thread.h b/src/include/k5-thread.h index f910c29b4..ac356edf5 100644 --- a/src/include/k5-thread.h +++ b/src/include/k5-thread.h @@ -143,8 +143,8 @@ More to be added, perhaps. */ -#define DEBUG_THREADS -#define DEBUG_THREADS_LOC +#undef DEBUG_THREADS +#undef DEBUG_THREADS_LOC #undef DEBUG_THREADS_STATS #include