diff options
Diffstat (limited to 'http-pull.c')
-rw-r--r-- | http-pull.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/http-pull.c b/http-pull.c index d877c4abe..f693aba61 100644 --- a/http-pull.c +++ b/http-pull.c @@ -53,10 +53,6 @@ int fetch(unsigned char *sha1) char *url; char *posn; - if (has_sha1_file(sha1)) { - return 0; - } - local = open(filename, O_WRONLY | O_CREAT | O_EXCL, 0666); if (local < 0) |