Skip to content
Snippets Groups Projects
Commit b89ea7a5 authored by sof's avatar sof
Browse files

[project @ 1997-10-19 21:38:07 by sof]

Drop use of opt_CompilingGhcInternals
parent 77999302
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ import Bag ( emptyBag, unitBag, isEmptyBag, unionBags,
)
import Class ( GenClass{-instance Eq-}, SYN_IE(Class) )
import CmdLineOpts ( opt_SpecialiseImports, opt_D_simplifier_stats,
opt_CompilingGhcInternals, opt_SpecialiseTrace
opt_SpecialiseTrace
)
import CoreLift ( mkLiftedId, liftExpr, bindUnlift, applyBindUnlifts )
import CoreSyn
......@@ -1230,7 +1230,7 @@ specTyConsAndScope scopeM
= scopeM `thenSM` \ (binds, scope_uds) ->
let
(tycons_cis, gotci_scope_uds)
= getLocalSpecTyConIs opt_CompilingGhcInternals scope_uds
= getLocalSpecTyConIs False{-OLD:opt_CompilingGhcInternals-} scope_uds
tycon_specs_list = collectTyConSpecs tycons_cis
in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment