summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/base/GHC/Unicode.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Unicode.hs b/libraries/base/GHC/Unicode.hs
index da74685c0a..50fef9a8ba 100644
--- a/libraries/base/GHC/Unicode.hs
+++ b/libraries/base/GHC/Unicode.hs
@@ -126,7 +126,6 @@ toTitle :: Char -> Char
-- Regardless of the O/S and Library, use the functions contained in WCsubst.c
-type WInt = HTYPE_WINT_T
type CInt = HTYPE_INT
isAlpha c = iswalpha (fromIntegral (ord c)) /= 0