Skip to content

Commit

Permalink
remove unsed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Dec 13, 2018
1 parent 8e61345 commit 1a7158b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sql/opt_range.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3322,10 +3322,6 @@ bool create_key_parts_for_pseudo_indexes(RANGE_OPT_PARAM *param,
{
Field **field_ptr;
TABLE *table= param->table;
partition_info *part_info= NULL;
#ifdef WITH_PARTITION_STORAGE_ENGINE
part_info= table->part_info;
#endif
uint parts= 0;

for (field_ptr= table->field; *field_ptr; field_ptr++)
Expand Down

0 comments on commit 1a7158b

Please sign in to comment.