diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-07-30 10:12:52 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-07-30 10:12:52 +0000 |
commit | 4f4dd70fd10ab13e41cb0f541bbfee2330d149da (patch) | |
tree | 19aa92e6f80b689c7c203adef4495d69b415208f /rts/LinkerInternals.h | |
parent | 72cd126afbeae4fb60f4b5ef10e21133611cbafa (diff) | |
download | haskell-4f4dd70fd10ab13e41cb0f541bbfee2330d149da.tar.gz |
FIX #2375: remove oc->lochash completely, it apparently isn't used
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; |