From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- miscutils/mt.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'miscutils/mt.c') diff --git a/miscutils/mt.c b/miscutils/mt.c index 4ab478270..087819e72 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -4,12 +4,6 @@ #include #include -static const char mt_usage[] = "mt [-f device] opcode value\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nControl magnetic tape drive operation\n" -#endif - ; - struct mt_opcodes { char *name; short value; -- cgit v1.2.3