X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/61f543cade5926794ed16807d2e83fbe4f03252d..22cd0063e5c00aa3d009d8fa8065aba326362a3c:/socket.c 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)