File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Database/MongoDB/Transport Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,10 @@ module Database.MongoDB.Transport.Tls
2828where
2929
3030import Data.IORef
31- import Data.Monoid
32- import Data.Maybe (fromMaybe )
31+
3332import qualified Data.ByteString as ByteString
3433import qualified Data.ByteString.Lazy as Lazy.ByteString
3534import Data.Default.Class (def )
36- import Control.Applicative ((<$>) )
3735import Control.Exception (bracketOnError )
3836import Control.Monad (when , unless )
3937import System.IO
@@ -69,7 +67,6 @@ connectWithTlsParams clientParams host port = bracketOnError (connectTo host por
6967 sd <- access p slaveOk " admin" retrieveServerData
7068 return p
7169
72-
7370tlsConnection :: TLS. Context -> IO Transport
7471tlsConnection ctx = do
7572 restRef <- newIORef mempty
You can’t perform that action at this time.
0 commit comments