tests: remove unused variables from test-pathencode.py caught by pyflakes stable
authorSean Farley <sean.michael.farley@gmail.com>
Thu, 03 Apr 2014 20:35:56 -0500
branchstable
changeset 20938 e9725e18bdf8
parent 20937 c0bf8bea10dd
child 20942 3737e653dcbe
child 20957 469d949a7cb8
tests: remove unused variables from test-pathencode.py caught by pyflakes
tests/test-pathencode.py
--- a/tests/test-pathencode.py	Thu Apr 03 20:32:56 2014 -0500
+++ b/tests/test-pathencode.py	Thu Apr 03 20:35:56 2014 -0500
@@ -143,7 +143,6 @@
 
     mink, maxk = 1, 4096
     def steps():
-        x, k = 0, mink
         for i in xrange(count):
             yield mink + int(round(math.sqrt((maxk - mink) * float(i) / count)))
     for k in steps():