summaryrefslogtreecommitdiff
path: root/mini-http/Network/HTTP/Server/Mini/Util.hs
diff options
context:
space:
mode:
Diffstat (limited to 'mini-http/Network/HTTP/Server/Mini/Util.hs')
-rw-r--r--mini-http/Network/HTTP/Server/Mini/Util.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/mini-http/Network/HTTP/Server/Mini/Util.hs b/mini-http/Network/HTTP/Server/Mini/Util.hs
deleted file mode 100644
index c29a8e6..0000000
--- a/mini-http/Network/HTTP/Server/Mini/Util.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module Network.HTTP.Server.Mini.Util where
-
-import Data.Char
-import Data.Word
-
-
-{-# INLINE ord8 #-}
-ord8 :: Char -> Word8
-ord8 = fromIntegral . ord