aboutsummaryrefslogtreecommitdiff
path: root/include/applets.src.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-11-23 09:51:33 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-11-23 09:51:33 +0100
commit29e2c45a5b317556a890a86ca7780e589072151c (patch)
treed0da5ef7f8ae5cfcf69e352e05217053bb6f46d3 /include/applets.src.h
parent83423978014bce3ef4d09022d3eb1a4a32f7ba6d (diff)
downloadbusybox-29e2c45a5b317556a890a86ca7780e589072151c.tar.gz
tc: consolidate its disabled bits
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/applets.src.h')
-rw-r--r--include/applets.src.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/applets.src.h b/include/applets.src.h
index 3fd9ba06e..18baee155 100644
--- a/include/applets.src.h
+++ b/include/applets.src.h
@@ -206,7 +206,6 @@ IF_SUM(APPLET(sum, BB_DIR_USR_BIN, BB_SUID_DROP))
IF_SWITCH_ROOT(APPLET(switch_root, BB_DIR_SBIN, BB_SUID_DROP))
IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac))
IF_TAIL(APPLET(tail, BB_DIR_USR_BIN, BB_SUID_DROP))
-/* IF_TC(APPLET(tc, BB_DIR_SBIN, BB_SUID_DROP)) */
IF_TEE(APPLET(tee, BB_DIR_USR_BIN, BB_SUID_DROP))
IF_TEST(APPLET_NOFORK(test, test, BB_DIR_USR_BIN, BB_SUID_DROP, test))
IF_TR(APPLET(tr, BB_DIR_USR_BIN, BB_SUID_DROP))