From 0f2165548c855c7e91b3491afe2dd355be1bec64 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 25 Aug 2011 15:22:35 +0200 Subject: Disable unused variables * i386/i386at/com.c (comstart): Disable `i' variable. * linux/src/drivers/net/at1700.c (net_close): Disable `lp' variable. * linux/dev/include/linux/blk.h (end_request): Disable `nsect' variable on MACH. --- i386/i386at/com.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i386/i386at') diff --git a/i386/i386at/com.c b/i386/i386at/com.c index 325e099..f6d5656 100644 --- a/i386/i386at/com.c +++ b/i386/i386at/com.c @@ -622,7 +622,9 @@ comstart(tp) struct tty *tp; { char nch; +#if 0 int i; +#endif if (tp->t_state & (TS_TIMEOUT|TS_TTSTOP|TS_BUSY)) { comst_1++; -- cgit v1.2.3