diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-07-26 01:58:18 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-07-26 01:58:18 +0000 |
commit | 5620e7530f0767ba8aa4ab0a4667ba785ee6b5a1 (patch) | |
tree | b14b7b8b87294f5380f960617a7793565c3ca0a2 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | 2d8fdcae9617cae2480406a5db6c5a7361f057a3 (diff) | |
download | bcm5719-llvm-5620e7530f0767ba8aa4ab0a4667ba785ee6b5a1.tar.gz bcm5719-llvm-5620e7530f0767ba8aa4ab0a4667ba785ee6b5a1.zip |
[dotest] Remove dead code
Remove some dead code that I ran into when preparing D65311.
llvm-svn: 367079
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lldbtest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index daa56e7ba49..0d78dc1e17a 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -51,7 +51,6 @@ from subprocess import * import sys import time import traceback -import types import distutils.spawn # Third-party modules @@ -61,7 +60,6 @@ from six import StringIO as SixStringIO import six # LLDB modules -import use_lldb_suite import lldb from . import configuration from . import decorators |