🔥 variable accidentally left in for debugging
This commit is contained in:
parent
c28db44cd9
commit
ce27c2ee97
1 changed files with 0 additions and 4 deletions
|
|
@ -233,10 +233,6 @@ int ts_stack_split(Stack *self, int head_index) {
|
|||
return ts_stack__add_head(self, self->heads[head_index]);
|
||||
}
|
||||
|
||||
const char *symbol_names[] = { "zero", "one", "two", "three", "four",
|
||||
"five", "six", "seven", "eight", "nine",
|
||||
"ten", "eleven", "twelve" };
|
||||
|
||||
Vector ts_stack_pop(Stack *self, int head_index, int child_count,
|
||||
bool count_extra) {
|
||||
StackNode *previous_head = self->heads[head_index];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue