aboutsummaryrefslogtreecommitdiff
path: root/Utility/Process.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-06 15:58:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-06 15:58:35 -0400
commit4d709ee813293281e41216bb819f845dadd508b0 (patch)
treeec474d309b8dd070533b857340a9114e771d8453 /Utility/Process.hs
parent97e497cc5fcff2e2f86c93158fdaf312ead4cb8c (diff)
cleanup
Diffstat (limited to 'Utility/Process.hs')
-rw-r--r--Utility/Process.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Utility/Process.hs b/Utility/Process.hs
index 0ef043424..68d54521f 100644
--- a/Utility/Process.hs
+++ b/Utility/Process.hs
@@ -67,8 +67,6 @@ readProcessEnv cmd args environ =
{- Writes a string to a process on its stdout,
- returns its output, and also allows specifying the environment.
- -
- -
-}
writeReadProcessEnv
:: FilePath