aboutsummaryrefslogtreecommitdiffstats
path: root/netrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'netrc.c')
-rw-r--r--netrc.c6
1 files changed, 0 insertions, 6 deletions
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;
}