Remove unnecessary parser debugger accessors
This commit is contained in:
parent
d554fab5b5
commit
9c37c06ec7
3 changed files with 2 additions and 12 deletions
|
|
@ -22,8 +22,6 @@ typedef struct {
|
|||
|
||||
bool ts_parser_init(TSParser *);
|
||||
void ts_parser_destroy(TSParser *);
|
||||
TSDebugger ts_parser_debugger(const TSParser *);
|
||||
void ts_parser_set_debugger(TSParser *, TSDebugger);
|
||||
TSTree *ts_parser_parse(TSParser *, TSInput, TSTree *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue