summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-08-02 08:06:22 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-08-02 08:06:22 +0000
commit9eedbc4f266d1e49d335d48c4c0f717401d927d2 (patch)
tree1f2d9a6a641434b88aa4ea9a4b59d9d2fcf0aa49 /lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
parentf5b91f2a0f9d34f4ba63bc358279c0a5372dfb76 (diff)
downloadbcm5719-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/functionalities/gdb_remote_client')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py1
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py1
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
index f0875c9c995..fad41f8a83a 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
@@ -1,6 +1,5 @@
import os
import os.path
-import subprocess
import threading
import socket
import lldb
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py
index ad9b6fd4e55..83180c51492 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py
@@ -1,5 +1,4 @@
import lldb
-import struct
class OperatingSystemPlugIn(object):
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py
index d8ebed610da..91b2ffeecb3 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py
@@ -1,5 +1,4 @@
import lldb
-import struct
class OperatingSystemPlugIn(object):
OpenPOWER on IntegriCloud