Delete unused code, tweak whitespace

This commit is contained in:
Max Brunsfeld 2021-10-12 18:00:43 -07:00
parent fce23d63b3
commit 584b55df8d
9 changed files with 134 additions and 114 deletions

View file

@ -126,8 +126,6 @@ bool ts_stack_print_dot_graph(Stack *, const TSLanguage *, FILE *);
typedef void (*StackIterateCallback)(void *, TSStateId, uint32_t);
void ts_stack_iterate(Stack *, StackVersion, StackIterateCallback, void *);
#ifdef __cplusplus
}
#endif