diff options
author | David Waern <david.waern@gmail.com> | 2008-07-13 13:34:51 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-07-13 13:34:51 +0000 |
commit | e3341bcc862a2795d954534376264d60049c1d6c (patch) | |
tree | 3f61db13536b9b4e2cec2ae2eaa02d3b7a0ac592 /src | |
parent | fe2a7afdfcceb85e4678eaa4ab54b51a9e890c68 (diff) |
Remove FastString import and FSLIT macro in H.I.Create -- they were unused
Diffstat (limited to 'src')
-rw-r--r-- | src/Haddock/Interface/Create.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index 6bf0d066..43367fb7 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -36,8 +36,6 @@ import Bag import HscTypes import Util (handleDyn) import ErrUtils (printBagOfErrors) -import FastString -#define FSLIT(x) (mkFastString# (x#)) -- | Process the data in the GhcModule to produce an interface. |