diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fetchmail.c b/fetchmail.c index ea973152..46c77799 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -634,11 +634,6 @@ static int load_params(int argc, char **argv, int optind) if (ctl->server.envelope == (char *)NULL) ctl->server.envelope = "X-Envelope-To:"; -#ifdef linux - /* interface_parse() does its own error logging */ - interface_parse(&ctl->server); -#endif /* linux */ - /* sanity checks */ if (ctl->server.port < 0) { |