Commit cd5c90ef authored by marko's avatar marko

lock_queue_iterator_get_prev(): Remove the unused local variable bit_no.

parent d69d10ac
......@@ -66,7 +66,6 @@ lock_queue_iterator_get_prev(
/* out: previous lock or NULL */
lock_queue_iterator_t* iter) /* in/out: iterator */
{
ulint bit_no;
lock_t* prev_lock;
switch (lock_get_type(iter->current_lock)) {
......
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