diff options
Diffstat (limited to 'Tools/pybench/Constructs.py')
-rw-r--r-- | Tools/pybench/Constructs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pybench/Constructs.py b/Tools/pybench/Constructs.py index aba888f..00045bd 100644 --- a/Tools/pybench/Constructs.py +++ b/Tools/pybench/Constructs.py @@ -562,4 +562,3 @@ class ForLoops(Test): l1 = range(1000) for i in xrange(self.rounds): pass - |