bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 55/66] kern/lock_mon.c: remove unused variable


From: Marin Ramesa
Subject: [PATCH 55/66] kern/lock_mon.c: remove unused variable
Date: Thu, 5 Dec 2013 22:03:49 +0100

* kern/lock_mon.c (default_lock_stack): Remove unused variable.

---
 kern/lock_mon.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kern/lock_mon.c b/kern/lock_mon.c
index 80c50b5..0f86735 100644
--- a/kern/lock_mon.c
+++ b/kern/lock_mon.c
@@ -83,7 +83,6 @@ struct lock_info_bucket {
 
 struct lock_info_bucket lock_info[LOCK_INFO_HASH_COUNT];
 struct lock_info default_lock_info;
-unsigned default_lock_stack = 0;
 
 extern int curr_ipl[];
 
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]