diff options
author | Denys Vlasenko | 2016-11-23 14:54:38 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-23 14:54:38 +0100 |
commit | 73f743a381dc389287d2d0e56a2b7988f67c0bfc (patch) | |
tree | 9faae2512f091fd60aa5cc34c242ffab55543e2b /coreutils/Config.src | |
parent | 7caf1369f5a84196d8e1b75f2febbc63d963a548 (diff) | |
download | busybox-73f743a381dc389287d2d0e56a2b7988f67c0bfc.zip busybox-73f743a381dc389287d2d0e56a2b7988f67c0bfc.tar.gz |
Remove remnants of disabled "length" applet
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index a35198a..c056320 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -7,12 +7,6 @@ menu "Coreutils" INSERT -####config LENGTH -#### bool "length" -#### default y -#### help -#### length is used to print out the length of a specified string. - comment "Common options" config FEATURE_VERBOSE |