summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-05-18 18:25:24 +0100
committerIan Lynagh <igloo@earth.li>2012-05-18 18:25:24 +0100
commit293475bc48bdb41c2629d752b2cbe2bd49b71571 (patch)
treedc8cfd5b279d3a426b610a1ea09f8320b7d9c2bf /utils/runghc
parentd0e2364b88238dae2bf5450f513fefec5faa7aff (diff)
downloadhaskell-293475bc48bdb41c2629d752b2cbe2bd49b71571.tar.gz
Remove a couple of unnecessary lines of CPP
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/runghc.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/runghc/runghc.hs b/utils/runghc/runghc.hs
index d5dec28bc4..7c306475b6 100644
--- a/utils/runghc/runghc.hs
+++ b/utils/runghc/runghc.hs
@@ -40,8 +40,6 @@ import Foreign.C.String
# else
# error Unknown mingw32 arch
# endif
-#else
-# define WINDOWS_CCONV
#endif
main :: IO ()