2nd try: remove lochash, it isn't needed (now)
[ghc-hetmet.git] / rts / LinkerInternals.h
index f081e62..561a224 100644 (file)
@@ -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;