diff options
author | 2007-05-09 14:32:17 +0000 | |
---|---|---|
committer | 2007-05-09 14:32:17 +0000 | |
commit | 4a70de2d659211ff102d3f5c20db7b3109a98a05 (patch) | |
tree | 87b7c2e28dba29f14d660e3a55198977bb8eb4ca | |
parent | tcp_iss usage is ifdef TCP_COMPAT_42, so the variable decl can be too (diff) | |
download | wireguard-openbsd-4a70de2d659211ff102d3f5c20db7b3109a98a05.tar.xz wireguard-openbsd-4a70de2d659211ff102d3f5c20db7b3109a98a05.zip |
unused variable
-rw-r--r-- | sys/arch/i386/isa/pccom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pccom.c b/sys/arch/i386/isa/pccom.c index 12d0b6075c1..4f4f039e4c9 100644 --- a/sys/arch/i386/isa/pccom.c +++ b/sys/arch/i386/isa/pccom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccom.c,v 1.60 2007/05/08 21:28:11 deraadt Exp $ */ +/* $OpenBSD: pccom.c,v 1.61 2007/05/09 14:32:17 deraadt Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -153,7 +153,6 @@ tcflag_t comconscflag = TTYDEF_CFLAG; int commajor; int comsopen = 0; -int comevents = 0; #ifdef KGDB #include <sys/kgdb.h> |