aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Hoogle.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-08-03 15:24:07 +0000
committerDavid Waern <david.waern@gmail.com>2008-08-03 15:24:07 +0000
commita5e9146335e69f13c2dd1a4b49ed09b1651c2e95 (patch)
tree27adaa23eda7b08fffac69b1694a65534d812645 /src/Haddock/Backends/Hoogle.hs
parent286a28681d96c79683a0280e4207362c39669332 (diff)
Move reL to H.GHC.Utils so we can use it everywhere
Diffstat (limited to 'src/Haddock/Backends/Hoogle.hs')
-rw-r--r--src/Haddock/Backends/Hoogle.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Haddock/Backends/Hoogle.hs b/src/Haddock/Backends/Hoogle.hs
index 2e10ab9e..f921938f 100644
--- a/src/Haddock/Backends/Hoogle.hs
+++ b/src/Haddock/Backends/Hoogle.hs
@@ -60,8 +60,6 @@ ppModule iface = "" : doc (ifaceDoc iface) ++
---------------------------------------------------------------------
-- Utility functions
-reL = L undefined
-
dropComment (' ':'-':'-':' ':_) = []
dropComment (x:xs) = x : dropComment xs