mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
lock_queue_iterator_get_prev(): Remove the unused local variable bit_no.
This commit is contained in:
parent
d69d10ac1f
commit
cd5c90efe8
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue