Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Mar 9, 2017
1 parent 9fe92a9 commit 2158de8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sql/handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3841,7 +3841,6 @@ int handler::delete_table(const char *name)
int saved_error= 0;
int error= 0;
int enoent_or_zero;
char buff[FN_REFLEN];

if (ht->discover_table)
enoent_or_zero= 0; // the table may not exist in the engine, it's ok
Expand Down
1 change: 0 additions & 1 deletion storage/myisam/mi_delete_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

int mi_delete_table(const char *name)
{
int res;
DBUG_ENTER("mi_delete_table");

#ifdef EXTRA_DEBUG
Expand Down

0 comments on commit 2158de8

Please sign in to comment.