From d3bc0321d83f33baf4183b45006c99afe0caecec Mon Sep 17 00:00:00 2001 From: Jed Brown Date: Sun, 18 Jun 2017 21:30:43 -0600 Subject: Remove superfluous iterator --- git-fat | 1 - 1 file changed, 1 deletion(-) (limited to 'git-fat') 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: -- cgit v1.2.1