summaryrefslogtreecommitdiff
path: root/compiler/HsVersions.h
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/HsVersions.h
parentcc7871014b480531f0737508bf642df9bcc519d6 (diff)
downloadhaskell-86f65fdded19519437846304033d5844393dccf5.tar.gz
Remove unused CPP definitions of COMMA
Diffstat (limited to 'compiler/HsVersions.h')
-rw-r--r--compiler/HsVersions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h
index 0d4c6abb2c..d85234784a 100644
--- a/compiler/HsVersions.h
+++ b/compiler/HsVersions.h
@@ -46,8 +46,6 @@ name :: IORef (ty); \
name = Util.globalM (value);
#endif
-#define COMMA ,
-
#ifdef DEBUG
#define ASSERT(e) if (not (e)) then (assertPanic __FILE__ __LINE__) else
#define ASSERT2(e,msg) if (not (e)) then (assertPprPanic __FILE__ __LINE__ (msg)) else