Commit 2ad60dc7 authored by unknown's avatar unknown
Browse files

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


innobase/sync/sync0arr.c:
  sync_array_cell_print(): Remove unused variable str
parent 220b9e3a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;