remove unused current_bindings (left-over from cfgparse.y)

This commit is contained in:
Michael Stapelberg 2011-03-14 22:28:55 +01:00
parent 89ef41dadf
commit 18215445f8

View File

@ -22,7 +22,6 @@ extern int cmdyyparse(void);
extern FILE *cmdyyin;
YY_BUFFER_STATE cmdyy_scan_string(const char *);
static struct bindings_head *current_bindings;
static struct context *context;
static Match current_match;