diff options
author | joerg@trift2. <> | 2007-02-12 19:55:33 +0100 |
---|---|---|
committer | joerg@trift2. <> | 2007-02-12 19:55:33 +0100 |
commit | aa59e423d701b96956515551e6832a4536c22fce (patch) | |
tree | 6262dee3cfe59906af1850268dc9a1b1c1d48f06 /mysys | |
parent | dd745750e53d6a01c7fd5f20a8cfe669ea56c5b3 (diff) | |
download | mariadb-git-aa59e423d701b96956515551e6832a4536c22fce.tar.gz |
Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c" and "mysys/my_pthread.c".
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_pthread.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |