Remove unused variables.

This commit is contained in:
Marko Mäkelä 2017-03-09 11:26:36 +02:00
parent 9fe92a9770
commit 2158de8865
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -28,7 +28,6 @@
int mi_delete_table(const char *name)
{
int res;
DBUG_ENTER("mi_delete_table");
#ifdef EXTRA_DEBUG