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. --- console-tools/deallocvt.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'console-tools/deallocvt.c') diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index 042de8649..9c477d238 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c @@ -13,13 +13,6 @@ /* From */ #define VT_DISALLOCATE 0x5608 /* free memory associated to vt */ -const char deallocvt_usage[] = - "deallocvt N\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nDeallocate unused virtual terminal /dev/ttyN\n" -#endif - ; - int deallocvt_main(int argc, char *argv[]) { int fd, num, i; -- cgit v1.2.3