Unused variable removed (cleanup spotted in bug #2214)

This commit is contained in:
konstantin@oak.local 2004-01-29 18:27:52 +03:00
parent 49587c4244
commit 95fcfaf63c

View File

@ -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