From: simonpj@microsoft.com Date: Thu, 5 Oct 2006 13:03:27 +0000 (+0000) Subject: Remove unused OccInfo (simplification) X-Git-Tag: 2006-10-05~4 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=inline;h=b6cc5851fa49720b31d989d210c8e43dc27cbfe6;hp=b6cc5851fa49720b31d989d210c8e43dc27cbfe6;p=ghc-hetmet.git Remove unused OccInfo (simplification) The substitution used to carry "fragile" OccInfo to call sites via the DoneId constructor of SimplEnv.SimplSR. This was always a tricky thing to do, and for some time I've been removing the need for it. Now at last I think we can nuke it altogether. Hooray. I did a full nonfib run, and got zero perf changes. ---