summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Brown <jed@jedbrown.org>2017-06-18 21:30:43 -0600
committerJed Brown <jed@jedbrown.org>2017-06-18 21:30:43 -0600
commitd3bc0321d83f33baf4183b45006c99afe0caecec (patch)
treece21cc5cb29d566c8a51e546eb4fb114d1347a6c
parent83ab2b75a001c7833b969237505803d8d235cb84 (diff)
downloadgit-fat-d3bc0321d83f33baf4183b45006c99afe0caecec.tar.gz
Remove superfluous iterator
-rwxr-xr-xgit-fat1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-fat b/git-fat
index 3b9fc16..0723dee 100755
--- a/git-fat
+++ b/git-fat
@@ -242,7 +242,6 @@ class GitFat(object):
cached = False # changes to True when file is cached
with os.fdopen(fd, 'w') as cache:
outstream = cache
- blockiter = readblocks(instream)
firstblock = True
for block in readblocks(instream):
if firstblock: