Remove stray comment

pull/899/head
Antonin Delpeuch 2025-10-08 21:57:17 +07:00 committed by Wilfred Hughes
parent 4f96f2bc94
commit 63cfdd2f82
1 changed files with 0 additions and 1 deletions

@ -706,7 +706,6 @@ pub(crate) fn from_language(language: guess::Language) -> TreeSitterConfig {
}
}
Newick => {
// The bindings are still using the old format, but the parser is generated for TS 0.25
let language_fn = tree_sitter_newick::LANGUAGE;
let language = tree_sitter::Language::new(language_fn);