Removed all vestiges of "math"

This commit is contained in:
Pavel Roskin
2000-06-21 20:17:29 +00:00
parent 0021679b0d
commit 7ac06a3ff1
6 changed files with 14 additions and 21 deletions

View File

@@ -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