aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-04 03:54:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-04 03:54:21 +0000
commitd2fa025b2f64bd04e19d192051463d336bb8fdd1 (patch)
tree11c660b114223cd76d1e38b9df3fcbfefbda98d2
parentacaba3bd2813117ec383cbf4446b7a126328d83b (diff)
downloadfetchmail-d2fa025b2f64bd04e19d192051463d336bb8fdd1.tar.gz
fetchmail-d2fa025b2f64bd04e19d192051463d336bb8fdd1.tar.bz2
fetchmail-d2fa025b2f64bd04e19d192051463d336bb8fdd1.zip
Remove redundant declaration.
svn path=/trunk/; revision=1149
-rw-r--r--fetchmail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 1232967c..665f82f8 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -53,7 +53,6 @@ static char *visbuf(const char *);
/* controls the detail level of status/progress messages written to stderr */
int outlevel; /* see the O_.* constants above */
-int yydebug; /* enable parse debugging */
/* daemon mode control */
int poll_interval; /* poll interval in seconds */