🔥 unused variable in tree spec

This commit is contained in:
Max Brunsfeld 2016-02-22 21:29:46 -08:00
parent f444a715fd
commit 9d5a260e5b

View file

@ -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};