Remove unused import in generated parsers
This commit is contained in:
parent
dbbb446082
commit
0b4e1c8d0d
3 changed files with 1 additions and 6 deletions
1
spec/fixtures/parsers/arithmetic.c
vendored
1
spec/fixtures/parsers/arithmetic.c
vendored
|
|
@ -1,5 +1,4 @@
|
|||
#include "parser.h"
|
||||
#include <ctype.h>
|
||||
|
||||
enum ts_symbol {
|
||||
ts_symbol_expression,
|
||||
|
|
|
|||
1
spec/fixtures/parsers/json.c
vendored
1
spec/fixtures/parsers/json.c
vendored
|
|
@ -1,5 +1,4 @@
|
|||
#include "parser.h"
|
||||
#include <ctype.h>
|
||||
|
||||
enum ts_symbol {
|
||||
ts_symbol_array,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue