Remove unused variable

This commit is contained in:
Joel D. Elkins 2021-01-17 15:33:58 -06:00
parent 6d7d5823d9
commit 36def2ee32
No known key found for this signature in database
GPG Key ID: 133589DC38921AE2

View File

@ -99,7 +99,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)