Commit e7a336d8 authored by unknown's avatar unknown

Unused variable removed (cleanup spotted in bug #2214)

parent 86351fe4
...@@ -1177,7 +1177,6 @@ void st_select_lex_unit::exclude_level() ...@@ -1177,7 +1177,6 @@ void st_select_lex_unit::exclude_level()
*/ */
void st_select_lex_unit::exclude_tree() void st_select_lex_unit::exclude_tree()
{ {
SELECT_LEX_UNIT *units= 0;
for (SELECT_LEX *sl= first_select(); sl; sl= sl->next_select()) for (SELECT_LEX *sl= first_select(); sl; sl= sl->next_select())
{ {
// unlink current level from global SELECTs list // unlink current level from global SELECTs list
......
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