diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index d356e4cae..0a3333d99 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -81,14 +81,6 @@ static void install_links(const char *busybox, int use_symbolic_links) | |||
81 | 81 | ||
82 | #endif /* BB_FEATURE_INSTALLER */ | 82 | #endif /* BB_FEATURE_INSTALLER */ |
83 | 83 | ||
84 | static int applet_name_compare(const void *x, const void *y) | ||
85 | { | ||
86 | const struct BB_applet *applet1 = x; | ||
87 | const struct BB_applet *applet2 = y; | ||
88 | |||
89 | return strcmp(applet1->name, applet2->name); | ||
90 | } | ||
91 | |||
92 | int main(int argc, char **argv) | 84 | int main(int argc, char **argv) |
93 | { | 85 | { |
94 | struct BB_applet search_applet, *applet; | 86 | struct BB_applet search_applet, *applet; |