aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index 774f7155..705bbbf1 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -37,8 +37,6 @@ struct query cmd_opts; /* where to put command-line info */
/* parser sets these */
struct query *querylist; /* head of server list (globally visible) */
-int yydebug; /* in case we didn't generate with -- debug */
-
static struct query current; /* current server record */
static int prc_errflag;
static struct hostdata *leadentry;