Commit 25f6d1da authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Unused code removed.

parent ae3072c0
...@@ -2380,6 +2380,7 @@ void st_select_lex_unit::exclude_level() ...@@ -2380,6 +2380,7 @@ void st_select_lex_unit::exclude_level()
} }
#if 0
/* /*
Exclude subtree of current unit from tree of SELECTs Exclude subtree of current unit from tree of SELECTs
...@@ -2405,6 +2406,7 @@ void st_select_lex_unit::exclude_tree() ...@@ -2405,6 +2406,7 @@ void st_select_lex_unit::exclude_tree()
if (next) if (next)
next->prev= prev; next->prev= prev;
} }
#endif
/* /*
......
...@@ -697,7 +697,7 @@ class st_select_lex_unit: public st_select_lex_node { ...@@ -697,7 +697,7 @@ class st_select_lex_unit: public st_select_lex_node {
} }
st_select_lex* return_after_parsing() { return return_to; } st_select_lex* return_after_parsing() { return return_to; }
void exclude_level(); void exclude_level();
void exclude_tree(); // void exclude_tree(); // it is not used for long time
bool is_excluded() { return prev == NULL; } bool is_excluded() { return prev == NULL; }
/* UNION methods */ /* UNION methods */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment