diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-01 16:45:51 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-01 16:45:51 +0000 |
commit | 183f91f9b484cd2093badeac2ebaa303500902d6 (patch) | |
tree | a092bd16813e7b8da232a358b2f12fcc99be08cd /sys | |
parent | d596a57d73ed5222ce85220a2befa597b0945202 (diff) |
Remove unused object
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arc/dev/pccons.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arc/dev/pccons.c b/sys/arch/arc/dev/pccons.c index 64c6626f705..63c7f3caae1 100644 --- a/sys/arch/arc/dev/pccons.c +++ b/sys/arch/arc/dev/pccons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccons.c,v 1.17 1998/01/29 14:54:51 pefo Exp $ */ +/* $OpenBSD: pccons.c,v 1.18 1998/03/01 16:45:50 niklas Exp $ */ /* $NetBSD: pccons.c,v 1.89 1995/05/04 19:35:20 cgd Exp $ */ /*- @@ -216,8 +216,6 @@ void pcstart __P((struct tty *)); int pcparam __P((struct tty *, struct termios *)); static __inline void wcopy __P((void *, void *, u_int)); -char partab[]; - extern void fillw __P((int, u_int16_t *, int)); #define KBD_DELAY \ |