chore: cleanup unused code
This commit is contained in:
parent
9dbe165296
commit
6e88672dac
5 changed files with 0 additions and 31 deletions
|
|
@ -41,10 +41,6 @@ bool ts_language_is_reserved_word(const TSLanguage *self, TSStateId state, TSSym
|
|||
TSSymbolMetadata ts_language_symbol_metadata(const TSLanguage *self, TSSymbol symbol);
|
||||
TSSymbol ts_language_public_symbol(const TSLanguage *self, TSSymbol symbol);
|
||||
|
||||
static inline bool ts_language_is_symbol_external(const TSLanguage *self, TSSymbol symbol) {
|
||||
return 0 < symbol && symbol < self->external_token_count + 1;
|
||||
}
|
||||
|
||||
static inline const TSParseAction *ts_language_actions(
|
||||
const TSLanguage *self,
|
||||
TSStateId state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue