diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-27 18:18:46 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-27 18:18:46 +0000 |
commit | 2d247359cc399d283ae00c6b869ee05617f36e2b (patch) | |
tree | 004105e01b12a12fdbe1c1790ac0b0c331d1066b /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | ff07631b481ee2396aa1bbaadefcbd537d787b08 (diff) | |
download | bcm5719-llvm-2d247359cc399d283ae00c6b869ee05617f36e2b.tar.gz bcm5719-llvm-2d247359cc399d283ae00c6b869ee05617f36e2b.zip |
[dotest] Remove results port
The results port was used by dosep.py to deal with test results coming
form different processes. With dosep.py gone, I don't think we need this
any longer.
Differential revision: https://reviews.llvm.org/D66811
llvm-svn: 370090
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index c22320fdccb..5574f71de3f 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -117,7 +117,6 @@ exclusive_test_subdir = None # Test results handling globals results_filename = None -results_port = None results_formatter_name = None results_formatter_object = None results_formatter_options = None |