summaryrefslogtreecommitdiff
path: root/main/openvpn/src/openvpn/proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn/src/openvpn/proxy.c')
-rw-r--r--main/openvpn/src/openvpn/proxy.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/openvpn/src/openvpn/proxy.c b/main/openvpn/src/openvpn/proxy.c
index f7f06487..2568e191 100644
--- a/main/openvpn/src/openvpn/proxy.c
+++ b/main/openvpn/src/openvpn/proxy.c
@@ -42,8 +42,6 @@
#include "ntlm.h"
#include "memdbg.h"
-#ifdef ENABLE_HTTP_PROXY
-
#define UP_TYPE_PROXY "HTTP Proxy"
struct http_proxy_options *
@@ -945,8 +943,3 @@ establish_http_proxy_passthru (struct http_proxy_info *p,
gc_free (&gc);
return ret;
}
-
-#else
-static void dummy(void) {}
-#endif /* ENABLE_HTTP_PROXY */
-