From 09b07bfae183383f773983c1da11ec0648f79eb0 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov Date: Wed, 27 Oct 2010 22:57:44 +0400 Subject: [PATCH] Remove a dead declaration. --- sql/sql_base.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_base.h b/sql/sql_base.h index 7ae3971942b..00f335ab209 100644 --- a/sql/sql_base.h +++ b/sql/sql_base.h @@ -243,7 +243,6 @@ bool open_tables(THD *thd, TABLE_LIST **tables, uint *counter, uint flags, bool open_and_lock_tables(THD *thd, TABLE_LIST *tables, bool derived, uint flags, Prelocking_strategy *prelocking_strategy); -int open_and_lock_tables_derived(THD *thd, TABLE_LIST *tables, bool derived); /* simple open_and_lock_tables without derived handling for single table */ TABLE *open_n_lock_single_table(THD *thd, TABLE_LIST *table_l, thr_lock_type lock_type, uint flags,