Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Jan 15, 2010
1 parent a5761d4 commit 5249d13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Network/MPD/Core.hs
Expand Up @@ -28,7 +28,6 @@ import Control.Monad (ap, unless)
import Control.Monad.Error (ErrorT(..), MonadError(..))
import Control.Monad.Reader (ReaderT(..), ask)
import Control.Monad.State (StateT, MonadIO(..), put, get, evalStateT)
import Control.Monad.Trans (liftIO)
import qualified Data.Foldable as F
import Data.List (isPrefixOf)
import Network (PortID(..), withSocketsDo, connectTo)
Expand Down

0 comments on commit 5249d13

Please sign in to comment.