aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordavve <davve@dtek.chalmers.se>2006-09-15 18:07:16 +0000
committerdavve <davve@dtek.chalmers.se>2006-09-15 18:07:16 +0000
commitb8a4cf53c2d468970a173ba226e57e48922b1295 (patch)
tree79187625a475b2fd680a4a42040d7fd1d34df39f /src
parentd08eb01740b086654b430c82f8ba41f81058243f (diff)
Remove commented-out code
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 3bbcf3a0..48a78d46 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -676,12 +676,7 @@ updateHTMLXRefs packages = writeIORef html_xrefs_ref (Map.fromList mapping)
where
mapping = [ (mod, html) |
(PackageData _ mods html) <- packages, (mod, _) <- mods ]
-{-
-updateHTMLXRefs :: [FilePath] -> [[Module]] -> IO ()
-updateHTMLXRefs paths modss = writeIORef html_xrefs_ref (Map.fromList mapping)
- where
- mapping = [ (mod, fpath) | (fpath, mods) <- zip paths modss, mod <- mods ]
--}
+
getPrologue :: [Flag] -> IO (Maybe (HsDoc RdrName))
getPrologue flags
= case [filename | Flag_Prologue filename <- flags ] of