diff options
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Process.hs | 2 |
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 |