summaryrefslogtreecommitdiff
path: root/Git/HashObject.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-04 18:57:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-04 18:58:57 -0400
commit076890be2be34ce91ca0d170f850a8ca2cce6ff8 (patch)
treeccc71b8e12ea46cd18ea027204f25c37a31385de /Git/HashObject.hs
parent743c35709de77055a3e4947d673219569cd57fb4 (diff)
remove now-unnecessary manual reaps
Diffstat (limited to 'Git/HashObject.hs')
-rw-r--r--Git/HashObject.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/HashObject.hs b/Git/HashObject.hs
index 7d6b5cc19..e048ce8e5 100644
--- a/Git/HashObject.hs
+++ b/Git/HashObject.hs
@@ -39,7 +39,6 @@ hashFile h file = CoProcess.query h send receive
hashObject :: ObjectType -> String -> Repo -> IO Sha
hashObject objtype content repo = getSha subcmd $ do
s <- pipeWriteRead (map Param params) content repo
- reap -- XXX unsure why this is needed, of if it is anymore
return s
where
subcmd = "hash-object"