dead code
This commit is contained in:
parent
e87f3b40eb
commit
6d79378346
1 changed files with 0 additions and 10 deletions
|
@ -49,16 +49,6 @@ showProgressDots :: Annex ()
|
||||||
showProgressDots = handleMessage q $
|
showProgressDots = handleMessage q $
|
||||||
flushed $ putStr "."
|
flushed $ putStr "."
|
||||||
|
|
||||||
{- Runs a command, the output of which is some sort of progress display.
|
|
||||||
-
|
|
||||||
- Normally, this is displayed to the user.
|
|
||||||
-
|
|
||||||
- In QuietOutput mode, both the stdout and stderr are discarded,
|
|
||||||
- unless the command fails, in which case stderr will be displayed.
|
|
||||||
-}
|
|
||||||
progressOutput :: FilePath -> [CommandParam] -> Annex Bool
|
|
||||||
progressOutput cmd ps = undefined
|
|
||||||
|
|
||||||
mkProgressHandler :: MeterUpdate -> Annex ProgressHandler
|
mkProgressHandler :: MeterUpdate -> Annex ProgressHandler
|
||||||
mkProgressHandler meter = ProgressHandler
|
mkProgressHandler meter = ProgressHandler
|
||||||
<$> quietmode
|
<$> quietmode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue