diff options
author | 2001-02-02 20:19:04 +0000 | |
---|---|---|
committer | 2001-02-02 20:19:04 +0000 | |
commit | 10f17b2d1a10f1ca3a9b10c38ed49bb67cee78cc (patch) | |
tree | d958da23514a9bdb84a00de20d4451b2259fd1d9 | |
parent | Emulate some FreeBSD 4.x signal syscalls -- makes more new binaries work (diff) | |
download | wireguard-openbsd-10f17b2d1a10f1ca3a9b10c38ed49bb67cee78cc.tar.xz wireguard-openbsd-10f17b2d1a10f1ca3a9b10c38ed49bb67cee78cc.zip |
Remove dead code.
-rw-r--r-- | sys/dev/pckbc/pckbd.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pckbc/pckbd.c b/sys/dev/pckbc/pckbd.c index 5326bfc0088..14750a99ace 100644 --- a/sys/dev/pckbc/pckbd.c +++ b/sys/dev/pckbc/pckbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pckbd.c,v 1.1 2000/11/13 20:12:34 aaron Exp $ */ +/* $OpenBSD: pckbd.c,v 1.2 2001/02/02 20:19:04 aaron Exp $ */ /* $NetBSD: pckbd.c,v 1.24 2000/06/05 22:20:57 sommerfeld Exp $ */ /*- @@ -104,11 +104,6 @@ #include <sys/kernel.h> /* XXX for hz */ #endif -#if 0 -#include "opt_pckbd_layout.h" -#include "opt_wsdisplay_compat.h" -#endif - struct pckbd_internal { int t_isconsole; pckbc_tag_t t_kbctag; |