InnoDB cleanup: sync0arr.c: sync_array_cell_print(): Remove unused variable str

innobase/sync/sync0arr.c:
  sync_array_cell_print(): Remove unused variable str
This commit is contained in:
unknown 2004-05-24 15:43:34 +03:00
parent 220b9e3a86
commit 2ad60dc7cc

View File

@ -449,7 +449,6 @@ sync_array_cell_print(
{
mutex_t* mutex;
rw_lock_t* rwlock;
char* str __attribute__((unused)) = NULL;
ulint type;
type = cell->request_type;