summaryrefslogtreecommitdiff
path: root/dumpkmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'dumpkmap.c')
-rw-r--r--dumpkmap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/dumpkmap.c b/dumpkmap.c
index f180505..4ce6e86 100644
--- a/dumpkmap.c
+++ b/dumpkmap.c
@@ -38,14 +38,6 @@ struct kbentry {
#define NR_KEYS 128
#define MAX_NR_KEYMAPS 256
-
-static const char dumpkmap_usage[] = "dumpkmap\n"
-#ifndef BB_FEATURE_TRIVIAL_HELP
- "\nPrints out a binary keyboard translation table to standard input.\n"
-#endif
- ;
-
-
int dumpkmap_main(int argc, char **argv)
{
struct kbentry ke;