From f1ba83833f0148c3b2004c274e71cdb16ca6dd88 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 30 Jul 2005 17:22:57 +0000 Subject: Remove check for HAVE_ERROR macro which is always false, along with dead code. svn path=/trunk/; revision=4189 --- netrc.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'netrc.c') diff --git a/netrc.c b/netrc.c index 1eaf85df..3c76595f 100644 --- a/netrc.c +++ b/netrc.c @@ -213,15 +213,9 @@ parse_netrc (file) if (premature_token) { -#ifdef HAVE_ERROR - error_at_line (0, file, ln, - GT_("warning: found \"%s\" before any host names"), - premature_token); -#else fprintf (stderr, GT_("%s:%d: warning: found \"%s\" before any host names\n"), file, ln, premature_token); -#endif premature_token = NULL; } -- cgit v1.2.3