chore: remove useless relative_path

This commit is contained in:
Moeta Yuko 2024-02-13 13:29:16 +08:00
parent 50c2f003f4
commit 4b9e8a7ab9

View File

@ -42,12 +42,4 @@ local M = metatable('core', {
M.metatable = metatable M.metatable = metatable
---Get abs_path of file
---@param path string[]
---@param is_dir boolean?
---@return string
function M.relative_path(path, is_dir)
return M.plugin_dir .. table.concat(path, sep) .. (is_dir and sep or '')
end
return M return M