diff options
author | pacien | 2019-12-27 15:58:12 +0100 |
---|---|---|
committer | pacien | 2019-12-27 15:58:12 +0100 |
commit | c117f73ac0bd6a7230cce01c74e941ce42692204 (patch) | |
tree | f5877b644f199aa70147776bbd0a5c6b516616fd /compiler | |
parent | e324f3b776e24a441e2b436da95629f0eadaed3f (diff) | |
download | ldgallery-c117f73ac0bd6a7230cce01c74e941ce42692204.tar.gz |
compiler: remove obsolete TODO
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/src/Resource.hs | 1 |
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 | |||
58 | type ItemProcessor = Path -> IO Path | 58 | type ItemProcessor = Path -> IO Path |
59 | type ThumbnailProcessor = Path -> IO (Maybe Path) | 59 | type ThumbnailProcessor = Path -> IO (Maybe Path) |
60 | 60 | ||
61 | -- TODO: parallelise this! | ||
62 | buildResourceTree :: | 61 | buildResourceTree :: |
63 | DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree | 62 | DirProcessor -> ItemProcessor -> ThumbnailProcessor -> InputTree |
64 | -> IO ResourceTree | 63 | -> IO ResourceTree |