1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-22 04:15:55 -04:00

oddsock's xslt stats support, slightly cleaned up

svn path=/trunk/thread/; revision=3772
This commit is contained in:
Michael Smith 2002-08-09 06:52:07 +00:00
parent 68db62a86f
commit 379cb518d5

View File

@ -115,11 +115,6 @@ void thread_initialize(void)
{
thread_t *thread;
/* this must be called to init pthreads-win32 */
#ifdef _WIN32
ptw32_processInitialize();
#endif
/* set up logging */
log_initialize();
@ -129,7 +124,7 @@ void thread_initialize(void)
log_set_level(_logid, THREAD_DEBUG);
#endif
/* create all the interal mutexes, and initialize the mutex tree */
/* create all the internal mutexes, and initialize the mutex tree */
_mutextree = avl_tree_new(_compare_mutexes, NULL);