summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/init.c b/src/init.c
index 37725437d..f7650aed4 100644
--- a/src/init.c
+++ b/src/init.c
@@ -592,14 +592,6 @@ int init(int ac, char **av)
}
#endif
- /* Initialize proxy detection */
-#ifdef USE_THREADS
- if (ProxyDetect && !proxy_init()) {
- perror("proxy_init()");
- return -1;
- }
-#endif
-
/* load any custom modules */
modules_init();