summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTakano Akio <aljee@hyper.cx>2012-12-29 11:47:22 +0900
committerAustin Seipp <austin@well-typed.com>2013-10-25 09:14:30 -0500
commit736ed65532d12a3d2d8c79a1dcce1004499bc740 (patch)
treed6b22170baef3783c7201ae5f4109e8b69297d26 /includes
parentcee3adbcc180bdf1be8b24aeaafa2ca4a737cbbf (diff)
downloadhaskell-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.h3
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);