From e7aa18fb9c527eda66fb20e5a796f7c658b5e06b Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Sat, 19 Feb 2011 00:22:38 +0300 Subject: Code cleanup (1) --- sql/sql_select.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sql/sql_select.h') diff --git a/sql/sql_select.h b/sql/sql_select.h index e1e558fceff..7d6a5d2b7f3 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -357,9 +357,6 @@ typedef struct st_join_table { */ uint sj_strategy; - //psergey-merge: todo: stop using this: - struct st_join_table *first_sjm_sibling; - void cleanup(); inline bool is_using_loose_index_scan() { -- cgit v1.2.1