diff options
Diffstat (limited to 'applets')
-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 486ef4d77..5c10eb1d9 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 |