aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2000-06-21 20:17:29 +0000
committerPavel Roskin <proski@gnu.org>2000-06-21 20:17:29 +0000
commit7ac06a3ff12b800af7b5e5e97377695a628a8856 (patch)
treec7bc3d2534b5ac5bf439f642e7606e2a5f47f06e /applets/busybox.c
parent0021679b0dc5767e0c023b28b36eeb1476dc2364 (diff)
downloadbusybox-7ac06a3ff12b800af7b5e5e97377695a628a8856.tar.gz
Removed all vestiges of "math"
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 221ef2a65..84629d218 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -189,9 +189,6 @@ const struct BB_applet applets[] = {
#ifdef BB_MAKEDEVS
{"makedevs", makedevs_main, _BB_DIR_SBIN},
#endif
-#ifdef BB_MATH
- {"math", math_main, _BB_DIR_USR_BIN},
-#endif
#ifdef BB_MD5SUM
{"md5sum", md5sum_main, _BB_DIR_USR_BIN},
#endif