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 aba888f8d6..00045bd73e 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 -  | 
