From a57568d7167cb54b9b0802aeabf5a424749fbd65 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 26 Nov 2001 07:47:59 +0000 Subject: [PATCH] Oops, no C++ comments. --- socket.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/socket.c b/socket.c index 010d38e9..b97e2378 100644 --- a/socket.c +++ b/socket.c @@ -30,8 +30,6 @@ #include "lib/addrinfo.h" #endif -// extern int af; /* NO MORE BLOODY GLOBALS! */ - /* Establish a proxy connection on an open socket to a web roxy by * using the CONNECT method. */ static int establish_proxy_connection(int fd, char *host, int port) -- 2.34.1