diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-01 12:21:11 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-01 12:21:11 +0200 |
commit | 2d0088598b50999949de98d6c4604fd8d42327b8 (patch) | |
tree | 33e9d6ded5a6c236b702004df6123f5adfac495b | |
parent | 736df3bd6ccb239a742865427d1aa48c18468b20 (diff) |
devkbd: remove kbdputc() unused definition.
-rw-r--r-- | sys/src/9/pc/devkbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/pc/devkbd.c b/sys/src/9/pc/devkbd.c index 827266cc3..9ce1a4895 100644 --- a/sys/src/9/pc/devkbd.c +++ b/sys/src/9/pc/devkbd.c @@ -50,7 +50,6 @@ static Dirtab kbdtab[] = { static Lock i8042lock; static uchar ccc; -static void kbdputc(int); static void (*auxputc)(int, int); static int nokbd = 1; /* flag: no PS/2 keyboard */ |