summaryrefslogtreecommitdiff
path: root/git-fat
diff options
context:
space:
mode:
Diffstat (limited to 'git-fat')
-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: