Remove unnecessary conditional
This commit is contained in:
parent
d910a2d0e7
commit
3e17172f6e
3 changed files with 9 additions and 12 deletions
|
|
@ -7,8 +7,4 @@
|
|||
|
||||
TSNode ts_node_make(const TSTree *, TSLength);
|
||||
|
||||
static inline TSNode ts_node_null() {
|
||||
return (TSNode){.data = NULL, .offset = ts_length_zero() };
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue