From 3963190e166fce0246b482d0f348d612abc46691 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 14 Feb 2016 20:48:19 -0400 Subject: remove unused Read instance --- Utility/Mounts.hsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc index ad4adf334..97954705c 100644 --- a/Utility/Mounts.hsc +++ b/Utility/Mounts.hsc @@ -34,7 +34,7 @@ data Mntent = Mntent { mnt_fsname :: String , mnt_dir :: FilePath , mnt_type :: String - } deriving (Read, Show, Eq, Ord) + } deriving (Show, Eq, Ord) #ifndef __ANDROID__ -- cgit v1.2.3