summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Make.hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-06-28 22:59:37 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-27 21:35:17 -0400
commit97e0837d15bfdfb5bffb561e155f6b523718c773 (patch)
tree53435e74e5bd22e018aefce16216ed52e27d3cd5 /compiler/GHC/Core/Make.hs
parentc7c0964c4fbc2ced23779a88ff9c2609fcaeb4b1 (diff)
downloadhaskell-97e0837d15bfdfb5bffb561e155f6b523718c773.tar.gz
Remove some unused names
The comment about 'parError' was obsolete.
Diffstat (limited to 'compiler/GHC/Core/Make.hs')
-rw-r--r--compiler/GHC/Core/Make.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/GHC/Core/Make.hs b/compiler/GHC/Core/Make.hs
index aa625968c4..d7a78b5888 100644
--- a/compiler/GHC/Core/Make.hs
+++ b/compiler/GHC/Core/Make.hs
@@ -773,10 +773,6 @@ strings---this saves space!
well shouldn't be yanked on, but if one is, then you will get a
friendly message from @absentErr@ (rather than a totally random
crash).
-
-@parError@ is a special version of @error@ which the compiler does
-not know to be a bottoming Id. It is used in the @_par_@ and @_seq_@
-templates, but we don't ever expect to generate code for it.
-}
errorIds :: [Id]