summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index bdb5fd60b50..1a845c5969c 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -358,11 +358,6 @@ def parseOptionsAndInitTestdirs():
if args.v:
configuration.verbose = 2
- if args.x:
- if args.x.startswith('-'):
- usage(parser)
- configuration.bmBreakpointSpec = args.x
-
# argparse makes sure we have a number
if args.y:
configuration.bmIterationCount = args.y
OpenPOWER on IntegriCloud