remove unused current_bindings (left-over from cfgparse.y)
This commit is contained in:
parent
89ef41dadf
commit
18215445f8
|
@ -22,7 +22,6 @@ extern int cmdyyparse(void);
|
||||||
extern FILE *cmdyyin;
|
extern FILE *cmdyyin;
|
||||||
YY_BUFFER_STATE cmdyy_scan_string(const char *);
|
YY_BUFFER_STATE cmdyy_scan_string(const char *);
|
||||||
|
|
||||||
static struct bindings_head *current_bindings;
|
|
||||||
static struct context *context;
|
static struct context *context;
|
||||||
static Match current_match;
|
static Match current_match;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue