diff options
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 6e1947228..b2c85905c 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -327,10 +327,6 @@ void lbb_prepare(const char *applet | |||
327 | if (ENABLE_LOCALE_SUPPORT) | 327 | if (ENABLE_LOCALE_SUPPORT) |
328 | setlocale(LC_ALL, ""); | 328 | setlocale(LC_ALL, ""); |
329 | 329 | ||
330 | #if ENABLE_PLATFORM_MINGW32 | ||
331 | init_winsock(); | ||
332 | #endif | ||
333 | |||
334 | #if ENABLE_FEATURE_INDIVIDUAL | 330 | #if ENABLE_FEATURE_INDIVIDUAL |
335 | /* Redundant for busybox (run_applet_and_exit covers that case) | 331 | /* Redundant for busybox (run_applet_and_exit covers that case) |
336 | * but needed for "individual applet" mode */ | 332 | * but needed for "individual applet" mode */ |