bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 26/66] i386/i386/pic.c: remove unused variables


From: Marin Ramesa
Subject: [PATCH 26/66] i386/i386/pic.c: remove unused variables
Date: Thu, 5 Dec 2013 22:03:20 +0100

* i386/i386/pic.c (nintr, npics): Remove unused variables.

---
 i386/i386/pic.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/i386/i386/pic.c b/i386/i386/pic.c
index 50ca150..75cb835 100644
--- a/i386/i386/pic.c
+++ b/i386/i386/pic.c
@@ -62,9 +62,6 @@ int   curr_pic_mask;
 
 int    iunit[NINTR] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};
 
-int    nintr = NINTR;
-int    npics = NPICS;
-
 unsigned short master_icw, master_ocw, slaves_icw, slaves_ocw;
 
 u_short PICM_ICW1, PICM_OCW1, PICS_ICW1, PICS_OCW1 ;
-- 
1.8.1.4




reply via email to

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