X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinkerInternals.h;h=561a224a09de96afa86f2e44e46abe52c6572a7a;hb=27de38efce6d73d2a0209f803cfa98c82773e773;hp=f081e62894bdd34769fba8346b9dc4db5af53026;hpb=c8a127499b885a7547825fffc21fe8bbcad2bf97;p=ghc-hetmet.git diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index f081e62..561a224 100644 --- a/rts/LinkerInternals.h +++ b/rts/LinkerInternals.h @@ -85,9 +85,6 @@ typedef struct _ObjectCode { list. */ Section* sections; - /* A private hash table for local symbols. */ - HashTable* lochash; - /* Allow a chain of these things */ struct _ObjectCode * next;