From: Ian Lynagh Date: Wed, 16 Apr 2008 16:23:30 +0000 (+0000) Subject: Remove some duplicate extern decls X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4ea7a5296b3693ad3818a13ab396181366963a79 Remove some duplicate extern decls --- diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 1d2b32c..421e62e 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -547,9 +547,6 @@ RTS_FUN(newByteArrayzh_fast); RTS_FUN(newPinnedByteArrayzh_fast); RTS_FUN(newArrayzh_fast); -RTS_FUN(decodeFloatzh_fast); -RTS_FUN(decodeDoublezh_fast); - RTS_FUN(newMutVarzh_fast); RTS_FUN(atomicModifyMutVarzh_fast);