aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Resource.hs
diff options
context:
space:
mode:
authorpacien2019-12-27 15:58:12 +0100
committerpacien2019-12-27 15:58:12 +0100
commitc117f73ac0bd6a7230cce01c74e941ce42692204 (patch)
treef5877b644f199aa70147776bbd0a5c6b516616fd /compiler/src/Resource.hs
parente324f3b776e24a441e2b436da95629f0eadaed3f (diff)
downloadldgallery-c117f73ac0bd6a7230cce01c74e941ce42692204.tar.gz
compiler: remove obsolete TODO
Diffstat (limited to 'compiler/src/Resource.hs')
-rw-r--r--compiler/src/Resource.hs1
1 files changed, 0 insertions, 1 deletions
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
58type ItemProcessor = Path -> IO Path 58type ItemProcessor = Path -> IO Path
59type ThumbnailProcessor = Path -> IO (Maybe Path) 59type ThumbnailProcessor = Path -> IO (Maybe Path)
60 60
61-- TODO: parallelise this!
62buildResourceTree :: 61buildResourceTree ::
63 DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree 62 DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree
64 -> IO ResourceTree 63 -> IO ResourceTree