summaryrefslogtreecommitdiff
path: root/cokiki.hs
diff options
context:
space:
mode:
Diffstat (limited to 'cokiki.hs')
-rw-r--r--cokiki.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/cokiki.hs b/cokiki.hs
index d145045..4a8039c 100644
--- a/cokiki.hs
+++ b/cokiki.hs
@@ -248,8 +248,3 @@ sshIsDirective d ls =
248 isSpaceTok b = isSpace $ L8.head b 248 isSpaceTok b = isSpace $ L8.head b
249 249
250 250
251#if !MIN_VERSION_base(4,7,0)
252bool :: a -> a -> Bool -> a
253bool f _ False = f
254bool _ t True = t
255#endif