summaryrefslogtreecommitdiffstats
path: root/src/util/et
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-08-27 00:21:53 +0000
committerKen Raeburn <raeburn@mit.edu>2008-08-27 00:21:53 +0000
commit6f207872f88b0c63e0ec81041f8c54b6b68f73f5 (patch)
tree076729cd32085f40a48a541c27ca3b65aecc2746 /src/util/et
parent5eae0ec203bfc36b23707e4141e2260ef6d69c63 (diff)
downloadkrb5-6f207872f88b0c63e0ec81041f8c54b6b68f73f5.tar.gz
krb5-6f207872f88b0c63e0ec81041f8c54b6b68f73f5.tar.xz
krb5-6f207872f88b0c63e0ec81041f8c54b6b68f73f5.zip
r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400
x r821@NOME-KING: raeburn | 2008-08-26 18:51:10 -0400 Remove disabled statistics gathering support. r822@NOME-KING: raeburn | 2008-08-26 18:57:20 -0400 Remove source location tracking. r823@NOME-KING: raeburn | 2008-08-26 19:05:35 -0400 Delete DEBUG_THREADS code. r824@NOME-KING: raeburn | 2008-08-26 19:18:59 -0400 Remove now-no-op assertion checks. r825@NOME-KING: raeburn | 2008-08-26 19:29:49 -0400 Simplify some wrappers. r826@NOME-KING: raeburn | 2008-08-26 19:38:23 -0400 Remove redundant comment. r827@NOME-KING: raeburn | 2008-08-26 19:49:20 -0400 When pthreads must be checked for at run time, don't include the no-op _nothread_mutex stuff too. r828@NOME-KING: raeburn | 2008-08-26 19:54:05 -0400 Remove remaining DEBUG_THREADS bits. r829@NOME-KING: raeburn | 2008-08-26 20:00:22 -0400 fix up initializer r830@NOME-KING: raeburn | 2008-08-26 20:10:37 -0400 Flatten a couple of structs wrapping single elements. r831@NOME-KING: raeburn | 2008-08-26 20:14:01 -0400 Remove k5_pthread_mutex_*lock macros. r832@NOME-KING: raeburn | 2008-08-26 20:19:14 -0400 Update comments a bit for lack of debug support. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20696 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et')
-rw-r--r--src/util/et/error_message.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util/et/error_message.c b/src/util/et/error_message.c
index 1cd982e14..d9485cdd7 100644
--- a/src/util/et/error_message.c
+++ b/src/util/et/error_message.c
@@ -321,12 +321,6 @@ remove_error_table(const struct error_table * et)
if (CALL_INIT_FUNCTION(com_err_initialize))
return 0;
-#if !defined(ENABLE_THREADS) && defined(DEBUG_THREADS)
- if (et_list_lock.os.initialized == 0 && terminated != 0) {
- fprintf(stderr, "\n\n *** Function remove_error_table called after com_err library termination. ***\n *** Shared library termination code executed in incorrect order? ***\n\n");
- abort();
- }
-#endif
merr = k5_mutex_lock(&et_list_lock);
if (merr)
return merr;