Commit 95fcfaf6 authored by konstantin@oak.local's avatar konstantin@oak.local

Unused variable removed (cleanup spotted in bug #2214)

parent 49587c42
......@@ -1177,7 +1177,6 @@ void st_select_lex_unit::exclude_level()
*/
void st_select_lex_unit::exclude_tree()
{
SELECT_LEX_UNIT *units= 0;
for (SELECT_LEX *sl= first_select(); sl; sl= sl->next_select())
{
// 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