From c117f73ac0bd6a7230cce01c74e941ce42692204 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 27 Dec 2019 15:58:12 +0100 Subject: compiler: remove obsolete TODO --- compiler/src/Resource.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/src/Resource.hs') diff --git a/compiler/src/Resource.hs b/compiler/src/Resource.hs index c3ed959..9d60185 100644 --- a/compiler/src/Resource.hs +++ b/compiler/src/Resource.hs @@ -58,7 +58,6 @@ type DirProcessor = Path -> IO Path type ItemProcessor = Path -> IO Path type ThumbnailProcessor = Path -> IO (Maybe Path) --- TODO: parallelise this! buildResourceTree :: DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree -> IO ResourceTree -- cgit v1.2.3