From 836ecab740dc22ef764c161c46193fe980f64bfb Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 21 Feb 2024 20:20:20 +0100 Subject: ok --- src/i_events.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/i_events.go') diff --git a/src/i_events.go b/src/i_events.go index 60ecadb..4c37315 100644 --- a/src/i_events.go +++ b/src/i_events.go @@ -196,7 +196,6 @@ func i_reload_data(data *HardData) { return } for curr := data.litems.head; curr != nil; curr = curr.next { - // HACK: optimize by searching from the path if curr.is_dir() == true { if curr.Dirs.Name == tmp_name { if curr.Dirs.Parent.path() == tmp_parent_path { -- cgit v1.2.3