Remove the GHC 6.4 unicode compat stuff; we can now just use Data.Char
[ghc-hetmet.git] / compiler / cbits / unicode.c
diff --git a/compiler/cbits/unicode.c b/compiler/cbits/unicode.c
deleted file mode 100644 (file)
index c239e21..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#if __GLASGOW_HASKELL__ < 605
-#if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0
-#include "WCsubst.c"
-#endif
-#endif