diff options
author | istruewing@chilla.local <> | 2007-03-30 09:14:11 +0200 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-03-30 09:14:11 +0200 |
commit | facba6ba3adf9f7f37d32f94bf48c9df9301fe5a (patch) | |
tree | 26f3c2af8790bfe547801faa0ceeecb08b7be346 /mysys | |
parent | caf65f2b3b75c8d5945903ee88e061646fff80c5 (diff) | |
download | mariadb-git-facba6ba3adf9f7f37d32f94bf48c9df9301fe5a.tar.gz |
Post merge fix
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_pthread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index db01602f4ab..d8182b67442 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -29,8 +29,6 @@ #define SCHED_POLICY SCHED_OTHER #endif -uint thd_lib_detected= 0; - uint thd_lib_detected; #ifndef my_pthread_setprio |