summaryrefslogtreecommitdiff
path: root/storage/innobase
diff options
context:
space:
mode:
authorunknown <tsmith@ramayana.hindu.god>2007-07-25 14:06:18 -0600
committerunknown <tsmith@ramayana.hindu.god>2007-07-25 14:06:18 -0600
commit43bc432e8fce15d8a52f569727b1c2c3b7745485 (patch)
tree94074f462d4c2bd384535880c53b0932b9f963b5 /storage/innobase
parent916eed59c9d0238b13a638d9a5abb48dc21747fb (diff)
downloadmariadb-git-43bc432e8fce15d8a52f569727b1c2c3b7745485.tar.gz
lock0iter.c:
remove unused variable "bit_no" storage/innobase/lock/lock0iter.c: remove unused variable "bit_no"
Diffstat (limited to 'storage/innobase')
-rw-r--r--storage/innobase/lock/lock0iter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/lock/lock0iter.c b/storage/innobase/lock/lock0iter.c
index cad227e3f8e..0afa7019c86 100644
--- a/storage/innobase/lock/lock0iter.c
+++ b/storage/innobase/lock/lock0iter.c
@@ -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)) {