diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 221ef2a..84629d2 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 |