X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FLinkerInternals.h;fp=rts%2FLinkerInternals.h;h=561a224a09de96afa86f2e44e46abe52c6572a7a;hp=f081e62894bdd34769fba8346b9dc4db5af53026;hb=908203dc6a2f9fcbe819aef5b7a9d2196661b929;hpb=dee01d206954e0a2085d434d0c568bf4a4399686 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;