Skip to content

Commit e946297

Browse files
committed
Remove an unused variable.
1 parent f9cc391 commit e946297

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/innobase/row/row0mysql.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4077,13 +4077,11 @@ row_drop_table_for_mysql(
40774077

40784078
switch (err) {
40794079
ulint space_id;
4080-
boolfile_unreadable;
40814080
boolis_discarded;
40824081
ulint table_flags;
40834082

40844083
case DB_SUCCESS:
40854084
space_id = table->space;
4086-
file_unreadable = table->file_unreadable;
40874085
is_discarded = dict_table_is_discarded(table);
40884086
table_flags = table->flags;
40894087
ut_ad(!dict_table_is_temporary(table));

0 commit comments

Comments
 (0)