diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-20 07:07:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-20 07:07:22 +0000 |
commit | 08573e0ac480485c3ad4cd3f4bba235ebd4f4081 (patch) | |
tree | 71a93ffea8eca3aa477d04ad9159e1f44ec1104a /include | |
parent | 02e035550456f7ebce6306f6023e87a7c1d44749 (diff) | |
download | busybox-08573e0ac480485c3ad4cd3f4bba235ebd4f4081.tar.gz |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |