Unused variable removed (cleanup spotted in bug #2214)
This commit is contained in:
parent
49587c4244
commit
95fcfaf63c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user