From 8e64151bc43075f910205a14f1c06966ad37ba0c Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 11 Aug 2014 21:18:36 +0300 Subject: stg/Prim.h: drop redundant #ifdef Summary: Noticed by Herbert Valerio Riedel Signed-off-by: Sergei Trofimovich Test Plan: build test Reviewers: simonmar, austin, hvr Reviewed By: hvr Subscribers: rwbarton, phaskell, simonmar, relrod, ezyang, carter Differential Revision: https://phabricator.haskell.org/D143 --- includes/stg/Prim.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'includes/stg') diff --git a/includes/stg/Prim.h b/includes/stg/Prim.h index 7d94d1846d..9fdfd3ceaa 100644 --- a/includes/stg/Prim.h +++ b/includes/stg/Prim.h @@ -26,11 +26,7 @@ StgWord hs_popcnt8(StgWord x); StgWord hs_popcnt16(StgWord x); StgWord hs_popcnt32(StgWord x); StgWord hs_popcnt64(StgWord64 x); -#ifdef i386_HOST_ARCH StgWord hs_popcnt(StgWord x); -#else -StgWord hs_popcnt(StgWord x); -#endif /* libraries/ghc-prim/cbits/word2float.c */ StgFloat hs_word2float32(StgWord x); -- cgit v1.2.1