mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
chore: remove unused parameter
The argument wasn't used anywhere neither in function nor in call sites
This commit is contained in:
parent
7ab2c037dd
commit
14bd391e56
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ function M.get_parser_install_dir(folder_name)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.get_parser_info_dir(parser_install_dir)
|
function M.get_parser_info_dir()
|
||||||
return M.get_parser_install_dir "parser-info"
|
return M.get_parser_install_dir "parser-info"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue