summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-09-08 15:34:01 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-11 13:45:02 (GMT)
commit7032a91362766c0aa7a9bdd28a3506897f40cf66 (patch)
tree451939ba4090199b479e35bbb1ad8cb5cb04594d
parent60c264030f5ab8d31d42c3b6697f1f6205ca519f (diff)
downloadghc-7032a91362766c0aa7a9bdd28a3506897f40cf66.zip
ghc-7032a91362766c0aa7a9bdd28a3506897f40cf66.tar.gz
ghc-7032a91362766c0aa7a9bdd28a3506897f40cf66.tar.bz2
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!
-rw-r--r--compiler/HsVersions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h
index 992c437..0b76654 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"