summaryrefslogtreecommitdiff
path: root/Git/HashObject.hs
diff options
context:
space:
mode:
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"