From e2590ec4d902d6c3ad488ea13b407f063c582c46 Mon Sep 17 00:00:00 2001 From: eivind Date: Mon, 20 Dec 1999 17:54:05 +0000 Subject: Eliminate unused variable --- sys/i386/isa/istallion.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/i386/isa') diff --git a/sys/i386/isa/istallion.c b/sys/i386/isa/istallion.c index 88d6149..816773b 100644 --- a/sys/i386/isa/istallion.c +++ b/sys/i386/isa/istallion.c @@ -1122,8 +1122,6 @@ STATIC int stlistop(struct tty *tp, int rw) STATIC int stliwrite(dev_t dev, struct uio *uiop, int flag) { - stliport_t *portp; - #if DEBUG printf("stliwrite(dev=%s,uiop=%p,flag=%x)\n", devtoname(dev), (void *) uiop, flag); -- cgit v1.1