diff options
author | John Ericson <git@JohnEricson.me> | 2019-09-08 11:34:01 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-11 09:45:02 -0400 |
commit | 7032a91362766c0aa7a9bdd28a3506897f40cf66 (patch) | |
tree | 451939ba4090199b479e35bbb1ad8cb5cb04594d /compiler/HsVersions.h | |
parent | 60c264030f5ab8d31d42c3b6697f1f6205ca519f (diff) | |
download | haskell-7032a91362766c0aa7a9bdd28a3506897f40cf66.tar.gz |
Remove COMPILING_GHC
It is no longer used. I guess we are sharing fewer headers with the RTS
than the comment claims. That's a relief!
Diffstat (limited to 'compiler/HsVersions.h')
-rw-r--r-- | compiler/HsVersions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index 992c4377cd..0b7665429d 100644 --- a/compiler/HsVersions.h +++ b/compiler/HsVersions.h @@ -9,9 +9,6 @@ you will screw up the layout where they are used in case expressions! #endif -/* Useful in the headers that we share with the RTS */ -#define COMPILING_GHC 1 - /* Pull in all the platform defines for this build (foo_HOST_ARCH etc.) */ #include "ghc_boot_platform.h" |