changeset 20938:e9725e18bdf8 stable

tests: remove unused variables from test-pathencode.py caught by pyflakes
author Sean Farley <sean.michael.farley@gmail.com>
date Thu, 03 Apr 2014 20:35:56 -0500
parents c0bf8bea10dd
children 3737e653dcbe 469d949a7cb8
files tests/test-pathencode.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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():