diff options
author | unknown <konstantin@oak.local> | 2004-01-29 18:27:52 +0300 |
---|---|---|
committer | unknown <konstantin@oak.local> | 2004-01-29 18:27:52 +0300 |
commit | e7a336d869830cd75581f5dc61bf79000d7050ae (patch) | |
tree | 0fe9bc348ba415953c93ddbf0687bc0a6bcb57fa | |
parent | 86351fe428dae9686aa784f615b5c14ab786f572 (diff) | |
download | mariadb-git-e7a336d869830cd75581f5dc61bf79000d7050ae.tar.gz |
Unused variable removed (cleanup spotted in bug #2214)
-rw-r--r-- | sql/sql_lex.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index fea16dccd4a..65c958093bd 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -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 |