remove unused Read instance
This commit is contained in:
parent
6702f5a9c6
commit
591d0e2af1
1 changed files with 1 additions and 1 deletions
|
@ -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__
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue