diff options
Diffstat (limited to 'Tools/pybench/Calls.py')
-rw-r--r-- | Tools/pybench/Calls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pybench/Calls.py b/Tools/pybench/Calls.py index 82e7a91..e295243 100644 --- a/Tools/pybench/Calls.py +++ b/Tools/pybench/Calls.py @@ -407,4 +407,3 @@ class Recursion(Test): for i in xrange(self.rounds): pass - |