From 7ac06a3ff12b800af7b5e5e97377695a628a8856 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 21 Jun 2000 20:17:29 +0000 Subject: Removed all vestiges of "math" --- applets/busybox.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'applets') 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 -- cgit v1.2.3