🔥 unused variable in tree spec
This commit is contained in:
parent
f444a715fd
commit
9d5a260e5b
1 changed files with 0 additions and 11 deletions
|
|
@ -14,17 +14,6 @@ enum {
|
|||
hog,
|
||||
};
|
||||
|
||||
static const char *names[] = {
|
||||
"ERROR",
|
||||
"END",
|
||||
"cat",
|
||||
"dog",
|
||||
"eel",
|
||||
"fox",
|
||||
"goat",
|
||||
"hog",
|
||||
};
|
||||
|
||||
describe("Tree", []() {
|
||||
TSTree *tree1, *tree2, *parent1;
|
||||
TSSymbolMetadata visible = {true, true, false, true};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue