mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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/branches/1.4@162413 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -219,8 +219,6 @@ static force_inline void ast_slinear_saturated_divide(short *input, short *value
|
||||
*input /= *value;
|
||||
}
|
||||
|
||||
int test_for_thread_safety(void);
|
||||
|
||||
/*!
|
||||
* \brief thread-safe replacement for inet_ntoa().
|
||||
*
|
||||
|
Reference in New Issue
Block a user