chore: remove unused parameter

The argument wasn't used anywhere neither in function nor in call sites
This commit is contained in:
Stephan Seitz 2022-08-01 21:40:58 +02:00
parent 7ab2c037dd
commit 14bd391e56

View file

@ -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