diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-30 01:19:59 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-30 01:19:59 +0000 |
commit | 0ff3e6e7c69bca5dd88be7c2caef07cb2d36b083 (patch) | |
tree | 5b2df6bcfce9c30fd87074e0c1a72a9eab6172dd /sys/dev/ic/comvar.h | |
parent | de5894ba02ecdadff9f77edce7b4300adc70e8a5 (diff) |
Remove dead code.
Diffstat (limited to 'sys/dev/ic/comvar.h')
-rw-r--r-- | sys/dev/ic/comvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index 36b851671d9..dd96c6c9d2f 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.27 2001/09/30 00:57:07 art Exp $ */ +/* $OpenBSD: comvar.h,v 1.28 2001/09/30 01:19:58 art Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -154,7 +154,6 @@ void comstart __P((struct tty *)); void compoll __P((void *)); struct consdev; -void comcnprobe __P((struct consdev *)); int comcnattach __P((bus_space_tag_t, int, int, int, tcflag_t)); void comcninit __P((struct consdev *)); int comcngetc __P((dev_t)); |