X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnMonad.lhs;fp=ghc%2Fcompiler%2Frename%2FRnMonad.lhs;h=809e3f60835b5f23b26f9e8006ac63c56592adf9;hb=8cc5cc279a702f8a5abd0f3a7d833923573a785b;hp=495b50f9610bdc6e7a938631ff79b70f8cbfffdb;hpb=f50db2a99e5b026215bb14d832ce256119fe51b1;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnMonad.lhs b/ghc/compiler/rename/RnMonad.lhs index 495b50f..809e3f6 100644 --- a/ghc/compiler/rename/RnMonad.lhs +++ b/ghc/compiler/rename/RnMonad.lhs @@ -202,14 +202,6 @@ lookupLocalFixity env name Nothing -> defaultFixity \end{code} -\begin{code} -type ExportAvails = (FiniteMap ModuleName Avails, - -- Used to figure out "module M" export specifiers - -- Includes avails only from *unqualified* imports - -- (see 1.4 Report Section 5.1.1) - - AvailEnv) -- Used to figure out all other export specifiers. -\end{code} %=================================================== \subsubsection{ INTERFACE FILE STUFF}