X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinker.c;h=f1ec48aef88da0cabe22805af0848d41ae0fbfd6;hb=989cfb23660ecefe7e414a1ca1f3004e820ef50b;hp=45f5ff678c2baaa3b772a16fc4e027d92731599d;hpb=8d5364c135b7d40ae62c63ff9e65c684a1712694;p=ghc-hetmet.git diff --git a/rts/Linker.c b/rts/Linker.c index 45f5ff6..f1ec48a 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -817,6 +817,7 @@ static RtsSymbolVal rtsSyms[] = { /* ----------------------------------------------------------------------------- * Insert symbols into hash tables, checking for duplicates. */ +int isSuffixOf(char* x, char* suffix); static void ghciInsertStrHashTable ( char* obj_name, HashTable *table, @@ -856,17 +857,6 @@ static void ghciInsertStrHashTable ( char* obj_name, ); exit(1); } - -#if defined(GHCI) && defined(BREAKPOINT) -static void ghciInsertDCTable ( char* obj_name, - StgWord key, - char* data - ) -{ - ghciInsertStrHashTable(obj_name, dchash, (char *)key, data); - -} -#endif /* ----------------------------------------------------------------------------- * initialize the object linker */