diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:20 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-08 23:59:08 +0900 |
commit | 26c25f250695ba2e648be7751b4076a83d30b5c4 (patch) | |
tree | 984c847486ce37afd8433bd2638d510f3c7a4026 | |
parent | 4bf66deee8f6a1ac6e1922c617c820917367f88a (diff) |
i386/i386/pic.c: remove unused variables
* i386/i386/pic.c (nintr, npics): Remove unused variables.
-rw-r--r-- | i386/i386/pic.c | 3 |
1 files changed, 0 insertions, 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 ; |