From 179667088b7daa7db47d982252d06ae9c884afff Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 9 Dec 2008 22:25:06 +0000 Subject: Merged revisions 162413 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r162413 | russell | 2008-12-09 16:17:39 -0600 (Tue, 09 Dec 2008) | 8 lines Remove the test_for_thread_safety() function completely. The test is not valid. Besides, if we actually suspected that recursive mutexes were not working, we would get a ton of LOG_ERROR messages when DEBUG_THREADS is turned on. (inspired by a discussion on the asterisk-dev list) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@162414 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/asterisk/utils.h') diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h index 3737ef9c2..1c676b8ee 100644 --- a/include/asterisk/utils.h +++ b/include/asterisk/utils.h @@ -307,8 +307,6 @@ static force_inline void ast_slinear_saturated_divide(short *input, short *value *input /= *value; } -int test_for_thread_safety(void); - #ifdef localtime_r #undef localtime_r #endif -- cgit v1.2.3