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 5c10eb1d9..44fa16994 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -258,9 +258,6 @@ const struct BB_applet applets[] = { #ifdef BB_SETKEYCODES {"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN}, #endif -#ifdef BB_SFDISK - {"sfdisk", sfdisk_main, _BB_DIR_SBIN}, -#endif #ifdef BB_SH {"sh", shell_main, _BB_DIR_BIN}, #endif |