From f191f75af5ce76ce9ed72224bc3585ba9a39a73e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 14 Dec 1997 17:55:31 +0000 Subject: Dead & redundant code removal. svn path=/trunk/; revision=1567 --- fetchmail.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fetchmail.c b/fetchmail.c index 8165fea0..84f51f6a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -43,8 +43,6 @@ #include "getopt.h" #include "netrc.h" -#define DROPDEAD 6 /* maximum bad socket opens */ - #ifndef ENETUNREACH #define ENETUNREACH 128 /* Interactive doesn't know this */ #endif /* ENETUNREACH */ @@ -585,7 +583,6 @@ static int load_params(int argc, char **argv, int optind) def_opts.server.timeout = CLIENT_TIMEOUT; def_opts.remotename = user; def_opts.expunge = 1; - def_opts.server.envskip = 0; /* this builds the host list */ if (prc_parse_file(rcfile, !versioninfo) != 0) -- cgit v1.2.3