From: Martin Pool Date: Mon, 26 Nov 2001 07:47:59 +0000 (+0000) Subject: Oops, no C++ comments. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a57568d7167cb54b9b0802aeabf5a424749fbd65 Oops, no C++ comments. --- 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)