Commit 86d011df authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

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

parent ea8b1234
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment