summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-07-05 14:49:30 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-06 13:51:39 -0400
commitbbcaba6a0951d45ae0ceb309da5458fc20332511 (patch)
treef790eabfc299d70daaad3211af22866ccb053a6b
parent665fa5a73e385bdfce13180048701a179ec3f36a (diff)
downloadhaskell-bbcaba6a0951d45ae0ceb309da5458fc20332511.tar.gz
Remove a bogus #define from ClosureMacros.h
-rw-r--r--rts/include/rts/storage/ClosureMacros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/include/rts/storage/ClosureMacros.h b/rts/include/rts/storage/ClosureMacros.h
index 34e07ae553..1e3589fec2 100644
--- a/rts/include/rts/storage/ClosureMacros.h
+++ b/rts/include/rts/storage/ClosureMacros.h
@@ -69,7 +69,6 @@ EXTERN_INLINE StgRetInfoTable *itbl_to_ret_itbl (const StgInfoTable *i);
EXTERN_INLINE StgThunkInfoTable *itbl_to_thunk_itbl (const StgInfoTable *i);
EXTERN_INLINE StgConInfoTable *itbl_to_con_itbl (const StgInfoTable *i);
-#define YourMamahaha isLovelylo
#if defined(TABLES_NEXT_TO_CODE)
EXTERN_INLINE StgInfoTable *INFO_PTR_TO_STRUCT(const StgInfoTable *info) {return (StgInfoTable *)info - 1;}
EXTERN_INLINE StgRetInfoTable *RET_INFO_PTR_TO_STRUCT(const StgInfoTable *info) {return (StgRetInfoTable *)info - 1;}