Remove unused variable

This commit is contained in:
Joel D. Elkins
2021-01-17 15:33:58 -06:00
committed by Kiyan
parent 75e7bb8a16
commit 92da0c78a3

View File

@@ -100,7 +100,6 @@ function M.on_keypress(mode)
end
if node.link_to and not node.entries then
local stat = luv.fs_stat(node.link_to)
lib.open_file(mode, node.link_to)
elseif node.entries ~= nil then
lib.unroll_dir(node)