diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-06 19:46:22 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-06 19:46:22 +0000 |
commit | c3a6d3fcc31998e70a0ed2772e6b647a2a963b0e (patch) | |
tree | 773e09f0546b27ec1b4dde2d3da8d34658a696a3 /applets | |
parent | 5df321c71849f46489c8525dfac5b3a296d9f96a (diff) | |
download | busybox-w32-c3a6d3fcc31998e70a0ed2772e6b647a2a963b0e.tar.gz busybox-w32-c3a6d3fcc31998e70a0ed2772e6b647a2a963b0e.tar.bz2 busybox-w32-c3a6d3fcc31998e70a0ed2772e6b647a2a963b0e.zip |
Remove leftovers of block_device, which disapperared around
busybox 0.28.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@757 69ca8d6d-28ef-0310-b511-8ec308f3f277
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[] = { | |||
39 | {"basename", basename_main, _BB_DIR_USR_BIN}, | 39 | {"basename", basename_main, _BB_DIR_USR_BIN}, |
40 | #endif | 40 | #endif |
41 | {"busybox", busybox_main, _BB_DIR_BIN}, | 41 | {"busybox", busybox_main, _BB_DIR_BIN}, |
42 | #ifdef BB_BLOCK_DEVICE | ||
43 | {"block_device", block_device_main, _BB_DIR_SBIN}, | ||
44 | #endif | ||
45 | #ifdef BB_CAT | 42 | #ifdef BB_CAT |
46 | {"cat", cat_main, _BB_DIR_BIN}, | 43 | {"cat", cat_main, _BB_DIR_BIN}, |
47 | #endif | 44 | #endif |