aboutsummaryrefslogtreecommitdiff
path: root/Logs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-06 15:23:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-06 15:23:53 -0400
commit29bb75bd6b1a1a33761f161b7cfc177fea798e21 (patch)
tree6479b141a77cea49c1442b68b951cf99a5315937 /Logs
parent140f255cc141058ba2b1f6323fe1f04dfb0805ea (diff)
remove back-compat code for old version of containers
Already b-d on a newer version.
Diffstat (limited to 'Logs')
-rw-r--r--Logs/MetaData.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Logs/MetaData.hs b/Logs/MetaData.hs
index 0dc76214c..8bc030dc6 100644
--- a/Logs/MetaData.hs
+++ b/Logs/MetaData.hs
@@ -24,7 +24,6 @@
-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
-{-# LANGUAGE CPP #-}
module Logs.MetaData (
getCurrentMetaData,
@@ -157,11 +156,7 @@ simplifyLog s = case sl of
else s
_ -> s
where
-#if MIN_VERSION_containers(0,5,0)
sl = S.toDescList s
-#else
- sl = reverse (S.toAscList s)
-#endif
go c _ [] = c
go c newer (l:ls)