summaryrefslogtreecommitdiff
path: root/compiler/nativeGen
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-10-23 22:50:26 +0100
committerIan Lynagh <igloo@earth.li>2011-10-23 22:50:26 +0100
commit86f65fdded19519437846304033d5844393dccf5 (patch)
treeaec3313c2029ab861c064b0694b6432c93c397dc /compiler/nativeGen
parentcc7871014b480531f0737508bf642df9bcc519d6 (diff)
downloadhaskell-86f65fdded19519437846304033d5844393dccf5.tar.gz
Remove unused CPP definitions of COMMA
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r--compiler/nativeGen/NCG.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/nativeGen/NCG.h b/compiler/nativeGen/NCG.h
index ad87a678d6..abeb566000 100644
--- a/compiler/nativeGen/NCG.h
+++ b/compiler/nativeGen/NCG.h
@@ -11,8 +11,6 @@
#include "ghc_boot_platform.h"
-#define COMMA ,
-
#if i386_TARGET_ARCH
# define IF_ARCH_i386(x,y) x
#else