diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-12-14 17:55:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-12-14 17:55:31 +0000 |
commit | f191f75af5ce76ce9ed72224bc3585ba9a39a73e (patch) | |
tree | 40a84cdaa5dd4aa3563bafae2894723236d699a4 | |
parent | d9668af65f055fdd8b2007afec0a90304570e6c8 (diff) | |
download | fetchmail-f191f75af5ce76ce9ed72224bc3585ba9a39a73e.tar.gz fetchmail-f191f75af5ce76ce9ed72224bc3585ba9a39a73e.tar.bz2 fetchmail-f191f75af5ce76ce9ed72224bc3585ba9a39a73e.zip |
Dead & redundant code removal.
svn path=/trunk/; revision=1567
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 0 insertions, 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) |