diff options
author | Ken Raeburn <raeburn@mit.edu> | 2008-08-06 22:12:16 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2008-08-06 22:12:16 +0000 |
commit | aefad499048b709e81c5550ea49cf6a91c2bdde3 (patch) | |
tree | 3389428568396381e80477509442660573b5e0b7 /src | |
parent | e92b7d3126763769a5e82f724b7307bdc602b2a0 (diff) | |
download | krb5-aefad499048b709e81c5550ea49cf6a91c2bdde3.tar.gz krb5-aefad499048b709e81c5550ea49cf6a91c2bdde3.tar.xz krb5-aefad499048b709e81c5550ea49cf6a91c2bdde3.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/include/k5-thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <assert.h> |