diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-08-04 12:59:44 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-08-04 12:59:44 +0000 |
commit | 908203dc6a2f9fcbe819aef5b7a9d2196661b929 (patch) | |
tree | 61ef59aaa835f9594e73325f58063453e843b3c8 /rts/LinkerInternals.h | |
parent | dee01d206954e0a2085d434d0c568bf4a4399686 (diff) | |
download | haskell-908203dc6a2f9fcbe819aef5b7a9d2196661b929.tar.gz |
2nd try: remove lochash, it isn't needed (now)
Diffstat (limited to 'rts/LinkerInternals.h')
-rw-r--r-- | rts/LinkerInternals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index f081e62894..561a224a09 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; |