Drop release functions from callback structs
The caller can just as easily take care of the cleanup explicitly
This commit is contained in:
parent
7ee5eaa16a
commit
ebd60213d9
10 changed files with 29 additions and 51 deletions
|
|
@ -8,7 +8,7 @@ extern "C" {
|
|||
#include "tree_sitter/runtime.h"
|
||||
|
||||
static inline TSDebugger ts_debugger_null() {
|
||||
TSDebugger debugger = { 0, 0, 0 };
|
||||
TSDebugger debugger = { 0, 0 };
|
||||
return debugger;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue