Skip to content

Commit 468638e

Browse files
committed
chore: remove unused code
1 parent 0d8e6f5 commit 468638e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lua/nvim-tree/fs.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,6 @@ local function do_paste(node, action_type, action_fn)
206206
destination = vim.fn.fnamemodify(destination, ':p:h:h')
207207
end
208208

209-
local msg = #clip..' entries'
210-
211-
if #clip == 1 then
212-
msg = clip[1].absolute_path
213-
end
214-
215209
for _, entry in ipairs(clip) do
216210
local dest = utils.path_join({destination, entry.name })
217211
do_single_paste(entry.absolute_path, dest, action_type, action_fn)

0 commit comments

Comments
 (0)