cov: Remove unused code

This commit is contained in:
Wolfgang Walther
2021-01-14 16:40:29 +01:00
committed by Wolfgang Walther
parent 97d8456382
commit 6dd126461e
7 changed files with 48 additions and 59 deletions
-2
View File
@@ -86,7 +86,6 @@ data Command
= CmdRun
| CmdDumpConfig
| CmdDumpSchema
deriving (Eq)
-- | Config file settings for the server
data AppConfig = AppConfig {
@@ -118,7 +117,6 @@ data AppConfig = AppConfig {
, configServerUnixSocket :: Maybe FilePath
, configServerUnixSocketMode :: Either Text FileMode
}
deriving (Show)
configDbPoolTimeout' :: (Fractional a) => AppConfig -> a
configDbPoolTimeout' =