X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FHscTypes.lhs;h=cb5022e36876152bb155587c6b44934becf49a10;hb=663b391470a783e8f23414c07c18a020850d2fb8;hp=acb47c5221865a1454964872cf031415e142a978;hpb=9c6bd70dc4f1a51a487790c7218d9648783c4e70;p=ghc-hetmet.git diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs index acb47c5..cb5022e 100644 --- a/compiler/main/HscTypes.lhs +++ b/compiler/main/HscTypes.lhs @@ -608,8 +608,6 @@ data ForeignStubs = NoStubs -- "foreign exported" functions [FastString] -- Headers that need to be included -- into C code generated for this module - [Id] -- Foreign-exported binders - -- we have to generate code to register these \end{code}