remove reapZombies
authorJoey Hess <joeyh@joeyh.name>
Fri, 25 Sep 2020 15:47:34 +0000 (11:47 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 25 Sep 2020 15:50:38 +0000 (11:50 -0400)
commit3e577a6dd3e1431b84311ef178244432963296ce
treefb2755953d3d61601c64f9d59654d6d9e477d966
parentf624876dc21fed141eee368c86f4b209852ab91c
remove reapZombies

Believed to be no longer needed as I've squashed the last ones.

Note that, in Test.Framework, I can see no reason for the code to have
run it twice. It does not cause running processes to exit after all,
so any process that has leaked and is running and causing problems with
cleanup of the directory won't be helped by running it.

This commit was sponsored by Mark Reidenbach on Patreon.
Annex/Action.hs
Benchmark.hs
Test/Framework.hs