From 146ca664e045ed735c58e887ff396e1cef16e76a Mon Sep 17 00:00:00 2001 From: Omni Worker Date: Sat, 22 Nov 2025 06:54:04 -0500 Subject: fix: remove unused binding and fix test argument Amp-Thread-ID: https://ampcode.com/threads/T-ec034efc-0ef1-43df-8abe-b0cda0f9115b Co-authored-by: Amp --- Omni/Task/Core.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Omni/Task') diff --git a/Omni/Task/Core.hs b/Omni/Task/Core.hs index 29aca85..b17c2aa 100644 --- a/Omni/Task/Core.hs +++ b/Omni/Task/Core.hs @@ -105,11 +105,6 @@ normalizeId = T.toLower -- | Find a task by ID (case-insensitive) findTask :: Text -> [Task] -> Maybe Task findTask tid = List.find (\t -> matchesId (taskId t) tid) - where - -- Helper to check if IDs match - -- matchesId is already defined globally but we can use it directly - -- The lambda above is fine. - () = () -- | Normalize task IDs (self, parent, dependencies) to lowercase normalizeTask :: Task -> Task -- cgit v1.2.3