1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Eliminate unused variable

This commit is contained in:
Eivind Eklund 1999-12-20 17:54:05 +00:00
parent 6852838006
commit 87164515e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54904

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