summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-07 17:52:46 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-09 20:43:39 -0500
commit30e205ca1e8d78a538e0217e3cb07f13396900df (patch)
tree03ce1982ac40841b9a7f6ae8e60de3690eb63823
parente219ac826b05db833531028e0663f62f12eff010 (diff)
downloadhaskell-30e205ca1e8d78a538e0217e3cb07f13396900df.tar.gz
rts/linker: Drop dead IA64 code
-rw-r--r--rts/LinkerInternals.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h
index 2582b851cc..b2eaafb23d 100644
--- a/rts/LinkerInternals.h
+++ b/rts/LinkerInternals.h
@@ -287,12 +287,6 @@ struct _ObjectCode {
outside one of these is an error in the linker. */
ProddableBlock* proddables;
-#if defined(ia64_HOST_ARCH)
- /* Procedure Linkage Table for this object */
- void *plt;
- unsigned int pltIndex;
-#endif
-
#if defined(NEED_SYMBOL_EXTRAS)
SymbolExtra *symbol_extras;
unsigned long first_symbol_extra;