Eliminate unused variable

This commit is contained in:
Eivind Eklund 1999-12-20 17:54:05 +00:00
parent 6852838006
commit 87164515e6
1 changed files with 0 additions and 2 deletions

View File

@ -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);