remove unnecessary bracketIO

This commit is contained in:
Joey Hess 2013-05-19 18:15:29 -04:00
parent 66fe5beac2
commit 796c2f6bc8

View file

@ -321,7 +321,7 @@ copyFromRemote' r key file dest
-} -}
feedprogressback a = ifM (isJust <$> sshCacheDir) feedprogressback a = ifM (isJust <$> sshCacheDir)
( feedprogressback' a ( feedprogressback' a
, bracketIO noop (const noop) (a $ const noop) , a $ const noop
) )
feedprogressback' a = do feedprogressback' a = do
u <- getUUID u <- getUUID