From 08573e0ac480485c3ad4cd3f4bba235ebd4f4081 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 20 Dec 2003 07:07:22 +0000 Subject: Kill off the loadacm applet. It is unused, unmaintained garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik --- include/applets.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index 5449777b1..8a20758f9 100644 --- a/include/applets.h +++ b/include/applets.h @@ -331,9 +331,6 @@ #ifdef CONFIG_LN APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif -#ifdef CONFIG_LOADACM - APPLET(loadacm, loadacm_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) -#endif #ifdef CONFIG_LOADFONT APPLET(loadfont, loadfont_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3