diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-08-02 08:06:22 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-08-02 08:06:22 +0000 |
commit | 9eedbc4f266d1e49d335d48c4c0f717401d927d2 (patch) | |
tree | 1f2d9a6a641434b88aa4ea9a4b59d9d2fcf0aa49 /lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline | |
parent | f5b91f2a0f9d34f4ba63bc358279c0a5372dfb76 (diff) | |
download | bcm5719-llvm-9eedbc4f266d1e49d335d48c4c0f717401d927d2.tar.gz bcm5719-llvm-9eedbc4f266d1e49d335d48c4c0f717401d927d2.zip |
[lldb][NFC] Remove unused imports in python tests
llvm-svn: 367663
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py | 1 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py index 102f2e344af..18efbf9d650 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py @@ -5,7 +5,6 @@ import lldbgdbserverutils import re import select import socket -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py index 27daf30f189..d6fb2b93f9e 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py @@ -5,8 +5,6 @@ import gdbremote_testcase import lldbgdbserverutils import os import select -import tempfile -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil |