]> Pileus Git - ~andy/fetchmail/commitdiff
Dead & redundant code removal.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 14 Dec 1997 17:55:31 +0000 (17:55 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 14 Dec 1997 17:55:31 +0000 (17:55 -0000)
svn path=/trunk/; revision=1567

fetchmail.c

index 8165fea068a3de2174db25bacaba8c66abe230df..84f51f6a65076b09e4de72aa1e0c61e92a690518 100644 (file)
@@ -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)