diff options
-rw-r--r-- | applets/busybox.c | 3 | ||||
-rw-r--r-- | busybox.c | 3 | ||||
-rw-r--r-- | internal.h | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 486ef4d..5c10eb1 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -39,9 +39,6 @@ const struct BB_applet applets[] = { {"basename", basename_main, _BB_DIR_USR_BIN}, #endif {"busybox", busybox_main, _BB_DIR_BIN}, -#ifdef BB_BLOCK_DEVICE - {"block_device", block_device_main, _BB_DIR_SBIN}, -#endif #ifdef BB_CAT {"cat", cat_main, _BB_DIR_BIN}, #endif @@ -39,9 +39,6 @@ const struct BB_applet applets[] = { {"basename", basename_main, _BB_DIR_USR_BIN}, #endif {"busybox", busybox_main, _BB_DIR_BIN}, -#ifdef BB_BLOCK_DEVICE - {"block_device", block_device_main, _BB_DIR_SBIN}, -#endif #ifdef BB_CAT {"cat", cat_main, _BB_DIR_BIN}, #endif @@ -102,7 +102,6 @@ extern const struct BB_applet applets[]; extern int ar_main(int argc, char **argv); extern int basename_main(int argc, char **argv); extern int busybox_main(int argc, char** argv); -extern int block_device_main(int argc, char** argv); extern int cat_main(int argc, char** argv); extern int chmod_chown_chgrp_main(int argc, char** argv); extern int chroot_main(int argc, char** argv); |