--- parser3/src/targets/apache/Attic/pa_threads.C 2017/02/07 22:00:45 1.5 +++ parser3/src/targets/apache/Attic/pa_threads.C 2020/12/10 23:07:04 1.6 @@ -7,7 +7,7 @@ #include "pa_threads.h" -volatile const char * IDENT_PA_THREADS_C="$Id: pa_threads.C,v 1.5 2017/02/07 22:00:45 moko Exp $" IDENT_PA_THREADS_H; +volatile const char * IDENT_PA_THREADS_C="$Id: pa_threads.C,v 1.6 2020/12/10 23:07:04 moko Exp $" IDENT_PA_THREADS_H; Mutex global_mutex; @@ -15,8 +15,6 @@ Mutex global_mutex; #include -const bool parser_multithreaded=true; - pa_thread_t pa_get_thread_id() { return GetCurrentThreadId(); } @@ -39,8 +37,6 @@ void Mutex::release() { #else -const bool parser_multithreaded=false; - pa_thread_t pa_get_thread_id() { return 1; } Mutex::Mutex() {}