Remove ts_allocator from api.h
Since we have exposed the function to set allocator, we don't need to expose the global variable in `api.h`.
This commit is contained in:
parent
578bf74bf3
commit
b9b051e933
1 changed files with 0 additions and 6 deletions
|
|
@ -145,12 +145,6 @@ typedef struct {
|
|||
/* Section - Parser */
|
||||
/********************/
|
||||
|
||||
|
||||
/**
|
||||
* The allocator.
|
||||
*/
|
||||
extern TSAllocator *ts_allocator;
|
||||
|
||||
/**
|
||||
* Switch to a new allocator.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue