diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-09 14:32:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-09 14:32:18 +0000 |
commit | 5c54d36d60d2807eb49fe49c0f54083766b4ec8e (patch) | |
tree | 7d0659eb27b80b8c1c63dc109ce1a680bffd3485 /sys | |
parent | 0324fb442502be50fd67f5c4efa4cf92ad3983b7 (diff) |
unused variable
Diffstat (limited to 'sys')
-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> |