summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg/Subst.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Stg/Subst.hs')
-rw-r--r--compiler/GHC/Stg/Subst.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Stg/Subst.hs b/compiler/GHC/Stg/Subst.hs
index fa7107fc86..0983abf7a1 100644
--- a/compiler/GHC/Stg/Subst.hs
+++ b/compiler/GHC/Stg/Subst.hs
@@ -11,7 +11,6 @@ import GHC.Utils.Monad.State.Strict
import GHC.Utils.Outputable
import GHC.Utils.Misc
import GHC.Utils.Panic
-import GHC.Utils.Trace
-- | A renaming substitution from 'Id's to 'Id's. Like 'RnEnv2', but not
-- maintaining pairs of substitutions. Like 'GHC.Core.Subst.Subst', but