diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest_args.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index 436ccd7fcdb..628aa411991 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -231,12 +231,6 @@ def create_parser(): help=('Specifies the file where test results will be written ' 'according to the results-formatter class used')) group.add_argument( - '--results-port', - action='store', - type=int, - help=('Specifies the localhost port to which the results ' - 'formatted output should be sent')) - group.add_argument( '--results-formatter', action='store', help=('Specifies the full package/module/class name used to translate ' |