From 4ea7a5296b3693ad3818a13ab396181366963a79 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 16 Apr 2008 16:23:30 +0000 Subject: [PATCH] Remove some duplicate extern decls --- includes/StgMiscClosures.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 1.7.10.4