aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-09 22:17:39 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-09 22:17:39 +0000
commit9269b46da804da1972fd15ec830b79e43d34b12f (patch)
treef5d3c6c088ab2170c9ab2218ba589007a7a9729f /include/asterisk
parent8fac3e83341e89faa77912bff43f002319f1c901 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@162413 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 7b7378530..44da65e70 100644
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -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().
*