mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
|
||||
|
||||
function M.get_parser_info_dir(parser_install_dir)
|
||||
function M.get_parser_info_dir()
|
||||
return M.get_parser_install_dir "parser-info"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue