diff options
author | Takano Akio <aljee@hyper.cx> | 2012-12-29 11:47:22 +0900 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2013-10-25 09:14:30 -0500 |
commit | 736ed65532d12a3d2d8c79a1dcce1004499bc740 (patch) | |
tree | d6b22170baef3783c7201ae5f4109e8b69297d26 /includes | |
parent | cee3adbcc180bdf1be8b24aeaafa2ca4a737cbbf (diff) | |
download | haskell-736ed65532d12a3d2d8c79a1dcce1004499bc740.tar.gz |
Linker.c: remove stablehash, which is no longer used
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Linker.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/rts/Linker.h b/includes/rts/Linker.h index ecbefbbcbc..ea4daebc8a 100644 --- a/includes/rts/Linker.h +++ b/includes/rts/Linker.h @@ -25,9 +25,6 @@ typedef char pathchar; /* initialize the object linker */ void initLinker( void ); -/* insert a stable symbol in the hash table */ -void insertStableSymbol(pathchar* obj_name, char* key, StgPtr data); - /* insert a symbol in the hash table */ void insertSymbol(pathchar* obj_name, char* key, void* data); |