aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-03-12 19:48:11 -0700
committerRob Landley <rob@landley.net>2019-03-13 18:06:14 -0500
commit3526680910b318d2c36a326e9ef77fb3e2787f7e (patch)
treeab15841cfe9d1eba6377d56628c2ed94c71dc8e4
parent7aa276db3c0f6e335914401f961d6e76587b141b (diff)
downloadtoybox-3526680910b318d2c36a326e9ef77fb3e2787f7e.tar.gz
timeout: remove bogus depends-on.
-rw-r--r--toys/other/timeout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/other/timeout.c b/toys/other/timeout.c
index d6715a5f..dc48f55b 100644
--- a/toys/other/timeout.c
+++ b/toys/other/timeout.c
@@ -9,7 +9,6 @@ USE_TIMEOUT(NEWTOY(timeout, "<2^(foreground)(preserve-status)vk:s(signal):", TOY
config TIMEOUT
bool "timeout"
default y
- depends on TOYBOX_FLOAT
help
usage: timeout [-k DURATION] [-s SIGNAL] DURATION COMMAND...