summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-11-10 15:40:24 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-12 21:26:15 -0500
commitbba156f3581913a52cefbcbcb8031f274aaa189a (patch)
treea5b2ab354fd4b0a9100a652c8bc989e948c23cce
parent490e8c750ea23ce8e2b7309e0d514b7d27f231bb (diff)
downloadhaskell-bba156f3581913a52cefbcbcb8031f274aaa189a.tar.gz
Remove bit about size_t in ghc-llvm-version.h
This shouldn't be here. It wasn't causing a problem because this header was only used from Haskell, but still.
-rw-r--r--compiler/ghc-llvm-version.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ghc-llvm-version.h.in b/compiler/ghc-llvm-version.h.in
index 241ce53e32..203b0d8f79 100644
--- a/compiler/ghc-llvm-version.h.in
+++ b/compiler/ghc-llvm-version.h.in
@@ -7,6 +7,4 @@
/* The minimum supported LLVM version number */
#undef sUPPORTED_LLVM_VERSION_MIN
-/* Define to `unsigned int' if <sys/types.h> does not define. */
-#undef size_t
#endif /* __GHC_LLVM_VERSION_H__ */