aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-19 19:30:24 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-19 19:30:24 +0000
commit2ccfef2004675cc6cb18b9cdad1ebdaf892a10c2 (patch)
tree16b0e70cfb8994ee2249c77ba57cef3f56713d2d /applets.h
parent23c1a18126aba2b2c3b5a818b826ae7f958cf4bd (diff)
downloadbusybox-2ccfef2004675cc6cb18b9cdad1ebdaf892a10c2.tar.gz
Patch from Vladimir to move struct applet from busybox.c to applets.c,
which looks like the right place for such things to live.
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/applets.h b/applets.h
index f7f68cd8d..8c59507ce 100644
--- a/applets.h
+++ b/applets.h
@@ -436,7 +436,4 @@
{ 0,NULL,0 }
};
-/* The -1 arises because of the {0,NULL,0,-1} entry above. */
-size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1);
-
#endif