From 4a8ca58413c836cc24f88c1b4753893598e9ff9c Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 20 Apr 2007 10:35:23 +0000 Subject: [PATCH] remove a ToDo --- compiler/main/GHC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 4f181b2..3b1d917 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -2326,7 +2326,7 @@ extendEnvironment hsc_env apStack idsOffsets = do new_type_env = extendTypeEnvWithIds filtered_type_env (typed_ids) new_ic = ictxt { ic_rn_local_env = new_rn_env, ic_type_env = new_type_env } - Linker.extendLinkEnv (zip names hValues) -- ToDo: we must remember to restore the old env after we finish a breakpoint + Linker.extendLinkEnv (zip names hValues) return (hsc_env{hsc_IC = new_ic}, names) where globaliseAndTidy :: Id -> Id -- 1.7.10.4