diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-23 14:54:38 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-23 14:54:38 +0100 |
commit | 73f743a381dc389287d2d0e56a2b7988f67c0bfc (patch) | |
tree | 9faae2512f091fd60aa5cc34c242ffab55543e2b /coreutils/Config.src | |
parent | 7caf1369f5a84196d8e1b75f2febbc63d963a548 (diff) | |
download | busybox-w32-73f743a381dc389287d2d0e56a2b7988f67c0bfc.tar.gz busybox-w32-73f743a381dc389287d2d0e56a2b7988f67c0bfc.tar.bz2 busybox-w32-73f743a381dc389287d2d0e56a2b7988f67c0bfc.zip |
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 a35198a3b..c056320f8 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -7,12 +7,6 @@ menu "Coreutils" | |||
7 | 7 | ||
8 | INSERT | 8 | INSERT |
9 | 9 | ||
10 | ####config LENGTH | ||
11 | #### bool "length" | ||
12 | #### default y | ||
13 | #### help | ||
14 | #### length is used to print out the length of a specified string. | ||
15 | |||
16 | comment "Common options" | 10 | comment "Common options" |
17 | 11 | ||
18 | config FEATURE_VERBOSE | 12 | config FEATURE_VERBOSE |