diff options
author | unknown <istruewing@chilla.local> | 2007-03-30 09:14:11 +0200 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-03-30 09:14:11 +0200 |
commit | a2139d0254dbcc684b2ea52f720bdc8631a4240d (patch) | |
tree | 26f3c2af8790bfe547801faa0ceeecb08b7be346 /mysys/my_pthread.c | |
parent | 1d3d4d0d012d1e97df74c117ec6c0a3aa4c9533a (diff) | |
download | mariadb-git-a2139d0254dbcc684b2ea52f720bdc8631a4240d.tar.gz |
Post merge fix
Diffstat (limited to 'mysys/my_pthread.c')
-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 |