aboutsummaryrefslogtreecommitdiff
path: root/rpull.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpull.c')
-rw-r--r--rpull.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpull.c b/rpull.c
index 6624440d5..d4d4b9b9a 100644
--- a/rpull.c
+++ b/rpull.c
@@ -14,8 +14,6 @@ static int fd_out;
int fetch(unsigned char *sha1)
{
- if (has_sha1_file(sha1))
- return 0;
write(fd_out, sha1, 20);
return write_sha1_from_fd(sha1, fd_in);
}