diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-28 19:39:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-28 19:39:51 -0400 |
| commit | c85ca96d70f328fb799019a604b7ba82daa0aa33 (patch) | |
| tree | 66cdcba5d672c88bc8df46b3593ecacdafb2f7ba | |
| parent | 213cfc8f7253d6055883f6b3fb213cb4e0dffdc0 (diff) | |
remove externals
| -rw-r--r-- | src/Utility/ConcurrentOutput.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Utility/ConcurrentOutput.hs b/src/Utility/ConcurrentOutput.hs index a8de8ed1..31871977 100644 --- a/src/Utility/ConcurrentOutput.hs +++ b/src/Utility/ConcurrentOutput.hs @@ -4,8 +4,6 @@ -- | Concurrent output handling. module Utility.ConcurrentOutput ( - takeOutputLock, - dropOutputLock, withConcurrentOutput, outputConcurrent, createProcessConcurrent, |
