diff options
author | Eric Andersen | 2000-07-06 19:46:22 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-06 19:46:22 +0000 |
commit | 62bb2d02b668f951d423c1739a4ef2702575baf5 (patch) | |
tree | 773e09f0546b27ec1b4dde2d3da8d34658a696a3 /busybox.c | |
parent | a5dbb39dac2022d1cbc4d3a28fe42f653c35cc48 (diff) | |
download | busybox-62bb2d02b668f951d423c1739a4ef2702575baf5.zip busybox-62bb2d02b668f951d423c1739a4ef2702575baf5.tar.gz |
Remove leftovers of block_device, which disapperared around
busybox 0.28.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |