From d3c1511a36f0c82f2aa707d74068d76fe84060bc Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 3 Feb 2007 09:26:11 +0100 Subject: After merge fix --- sql/examples/ha_tina.cc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sql/examples/ha_tina.cc b/sql/examples/ha_tina.cc index 383feb60050..00f927aa7b7 100644 --- a/sql/examples/ha_tina.cc +++ b/sql/examples/ha_tina.cc @@ -276,17 +276,6 @@ bool tina_end() return FALSE; } -bool tina_end() -{ - if (tina_init) - { - hash_free(&tina_open_tables); - VOID(pthread_mutex_destroy(&tina_mutex)); - } - tina_init= 0; - return FALSE; -} - /* Finds the end of a line. -- cgit v1.2.1