diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 1a845c5969c..25c1ffa9af3 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -359,10 +359,6 @@ def parseOptionsAndInitTestdirs(): configuration.verbose = 2 # argparse makes sure we have a number - if args.y: - configuration.bmIterationCount = args.y - - # argparse makes sure we have a number if args.sharp: configuration.count = args.sharp |