diff options
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index 9952a4f534b..22c6ecf1c17 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -66,7 +66,6 @@ static bool check_fields(THD *thd, List<Item> &items) List_iterator<Item> it(items); Item *item; Item_field *field; - Name_resolution_context *context= &thd->lex->select_lex.context; while ((item= it++)) { |