]> Pileus Git - ~andy/fetchmail/commitdiff
Remove check for HAVE_ERROR macro which is always false, along with dead code.
authorMatthias Andree <matthias.andree@gmx.de>
Sat, 30 Jul 2005 17:22:57 +0000 (17:22 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sat, 30 Jul 2005 17:22:57 +0000 (17:22 -0000)
svn path=/trunk/; revision=4189

netrc.c

diff --git a/netrc.c b/netrc.c
index 1eaf85df6d5125b81abc084ea26ae4028a96aefe..3c76595f92d96d1fc8ffbc84b7368a25d40b16ce 100644 (file)
--- 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;
            }