Remove unused functions

This commit is contained in:
Max Brunsfeld 2016-06-15 10:17:54 -07:00
parent ecc7399ed3
commit f69d709650
3 changed files with 0 additions and 28 deletions

View file

@ -66,7 +66,6 @@ void ts_tree_set_children(TSTree *, size_t, TSTree **);
void ts_tree_assign_parents(TSTree *);
void ts_tree_edit(TSTree *, TSInputEdit);
char *ts_tree_string(const TSTree *, const TSLanguage *, bool include_all);
size_t ts_tree_last_error_size(const TSTree *);
static inline size_t ts_tree_total_chars(const TSTree *self) {
return self->padding.chars + self->size.chars;