diff options
author | unknown <istruewing@chilla.local> | 2007-02-20 10:01:54 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-02-20 10:01:54 +0100 |
commit | 446672d42f17b90428086e8053995c7fc5f8a24f (patch) | |
tree | 8ee564c665acadb0c6b5245b812cfc9f29e1bf3a /mysys | |
parent | ba1de166019e5fea90b9b735d0f42e74e0313e30 (diff) | |
download | mariadb-git-446672d42f17b90428086e8053995c7fc5f8a24f.tar.gz |
Fixed a bad merge. Got a duplicate symbol on OSX.
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_thr_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c index abacc7bc004..67ab1e4a38a 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -47,8 +47,6 @@ pthread_mutexattr_t my_fast_mutexattr; pthread_mutexattr_t my_errorcheck_mutexattr; #endif -uint thd_lib_detected; - #ifdef NPTL_PTHREAD_EXIT_BUG /* see my_pthread.h */ /* |