Remove unused functions
This commit is contained in:
parent
ecc7399ed3
commit
f69d709650
3 changed files with 0 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue