remove now-unnecessary manual reaps

This commit is contained in:
Joey Hess 2012-10-04 18:57:53 -04:00
parent 5594bf0643
commit de3ea4adb6
4 changed files with 7 additions and 3 deletions

View file

@ -69,6 +69,7 @@ start :: M.Map UUID String -> TimeZone -> [CommandParam] -> Bool ->
FilePath -> (Key, Backend) -> CommandStart
start m zone os gource file (key, _) = do
showLog output =<< readLog <$> getLog key os
-- getLog produces a zombie; reap it
liftIO Git.Command.reap
stop
where