diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-14 20:48:19 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-14 20:48:19 -0400 |
commit | 3963190e166fce0246b482d0f348d612abc46691 (patch) | |
tree | 51275477c6d382b5d18af0196f60ea9f9fc54a84 /Utility | |
parent | ef427e6b3bfcf20c04253935f44daae37a2dce71 (diff) |
remove unused Read instance
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Mounts.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |