tree_sitter_parse_full_file_async no longer updates the code index

This commit is contained in:
Peter Slattery 2025-07-16 19:43:14 -07:00
parent a072229d20
commit ee082e42d1
1 changed files with 0 additions and 2 deletions

View File

@ -317,8 +317,6 @@ tree_sitter_parse_full_file_async(Async_Context* actx, String_Const_u8 data)
} }
release_global_frame_mutex(app); release_global_frame_mutex(app);
ts_tree_delete(old_buffer_tree); ts_tree_delete(old_buffer_tree);
tree_sitter_code_index_update_full_file(app, buffer_id);
} }
tree_sitter_parse_state_destroy(&parse_state); tree_sitter_parse_state_destroy(&parse_state);
} }