From aa59e423d701b96956515551e6832a4536c22fce Mon Sep 17 00:00:00 2001 From: "joerg@trift2." <> Date: Mon, 12 Feb 2007 19:55:33 +0100 Subject: Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c" and "mysys/my_pthread.c". --- mysys/my_pthread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mysys') diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index fd716448e43..19766a2d195 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -32,7 +32,6 @@ #endif uint thd_lib_detected; -uint thr_client_alarm; #ifndef my_pthread_setprio void my_pthread_setprio(pthread_t thread_id,int prior) -- cgit v1.2.1