From 6c0d537efb003e1076e06d3ee09abe990bb48366 Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 22 Apr 2013 19:32:11 +0000 Subject: [PATCH] Removed unused http_proxy_info structure. --- nsock/src/proxy_http.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nsock/src/proxy_http.c b/nsock/src/proxy_http.c index 1fed69523..e929d5b3b 100644 --- a/nsock/src/proxy_http.c +++ b/nsock/src/proxy_http.c @@ -61,10 +61,6 @@ #define DEFAULT_PROXY_PORT_HTTP 8080 -struct http_proxy_info { - void *dummy; -}; - /* ---- PROTOTYPES ---- */ static int proxy_http_node_new(struct proxy_node **node, const struct uri *uri);