diff options
author | serg@janus.mylan <> | 2007-03-16 19:44:00 +0100 |
---|---|---|
committer | serg@janus.mylan <> | 2007-03-16 19:44:00 +0100 |
commit | 11fbf30e7545adb8434ba2fa5322a33597f5617c (patch) | |
tree | 9c509fc2b3bef16de51768ffa886c6151f97a3ba /unittest | |
parent | f813272125b7f438048b2ca147121c55e87038c1 (diff) | |
download | mariadb-git-11fbf30e7545adb8434ba2fa5322a33597f5617c.tar.gz |
remove unnecessary line
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/mysys/my_atomic-t.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unittest/mysys/my_atomic-t.c b/unittest/mysys/my_atomic-t.c index c4ba7850ae1..8280aff5422 100644 --- a/unittest/mysys/my_atomic-t.c +++ b/unittest/mysys/my_atomic-t.c @@ -182,9 +182,6 @@ int main() test_atomic("my_atomic_add32", test_atomic_add_handler, THREADS, CYCLES); test_atomic("my_atomic_swap32", test_atomic_swap_handler, THREADS, CYCLES); test_atomic("my_atomic_cas32", test_atomic_cas_handler, THREADS, CYCLES); - - /* workaround until we know why this includes dbug but not safemalloc */ - if(err) { my_thread_global_init(); my_free(my_malloc(0, MYF(0)), MYF(0)); } /* workaround until we know why it crashes randomly on some machine (BUG#22320). |