From 9eedbc4f266d1e49d335d48c4c0f717401d927d2 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 2 Aug 2019 08:06:22 +0000 Subject: [lldb][NFC] Remove unused imports in python tests llvm-svn: 367663 --- lldb/packages/Python/lldbsuite/test/test_runner/process_control.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/test_runner/process_control.py') diff --git a/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py b/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py index 17a0b0f4963..687f1058a11 100644 --- a/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py +++ b/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py @@ -503,7 +503,6 @@ class ProcessDriver(object): Do not attempt to reap the process (i.e. use wait()) in this method. That will interfere with the kill mechanism and return code processing. """ - pass def write(self, content): # pylint: disable=no-self-use -- cgit v1.2.3