From cc7871014b480531f0737508bf642df9bcc519d6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 23 Oct 2011 22:49:26 +0100 Subject: Remove unused IF_OS_* CPP definitions --- compiler/nativeGen/NCG.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'compiler/nativeGen/NCG.h') diff --git a/compiler/nativeGen/NCG.h b/compiler/nativeGen/NCG.h index 81cbf612dc..ad87a678d6 100644 --- a/compiler/nativeGen/NCG.h +++ b/compiler/nativeGen/NCG.h @@ -13,22 +13,8 @@ #define COMMA , --- - - - - - - - - - - - - - - - - - - - - - #if i386_TARGET_ARCH # define IF_ARCH_i386(x,y) x #else # define IF_ARCH_i386(x,y) y #endif --- - - - - - - - - - - - - - - - - - - - - - -#if linux_TARGET_OS -# define IF_OS_linux(x,y) x -#else -# define IF_OS_linux(x,y) y -#endif --- - - - - - - - - - - - - - - - - - - - - - -#if darwin_TARGET_OS -# define IF_OS_darwin(x,y) x -#else -# define IF_OS_darwin(x,y) y -#endif -#endif -- cgit v1.2.1