From 62bb2d02b668f951d423c1739a4ef2702575baf5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 6 Jul 2000 19:46:22 +0000 Subject: Remove leftovers of block_device, which disapperared around busybox 0.28. -Erik --- busybox.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'busybox.c') diff --git a/busybox.c b/busybox.c index 486ef4d77..5c10eb1d9 100644 --- a/busybox.c +++ b/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 -- cgit v1.2.3