diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-01-28 18:07:41 +0000 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-01-28 18:07:41 +0000 |
| commit | 208ba96c6418039903381d861b93402fc7be0dd0 (patch) | |
| tree | cd5a8f19b168c7123c36d6339888555c507058b7 /lldb/packages/Python/lldbsuite/test/functionalities/exec | |
| parent | 8193236b082e78292c3919cd0c1ce64d30a75172 (diff) | |
| download | bcm5719-llvm-208ba96c6418039903381d861b93402fc7be0dd0.tar.gz bcm5719-llvm-208ba96c6418039903381d861b93402fc7be0dd0.zip | |
[testsuite] Remove unused seven module imports.
llvm-svn: 352398
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/exec')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py b/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py index 2cec254acc0..48bd515c963 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py @@ -7,21 +7,11 @@ from __future__ import print_function import lldb import os import time -from lldbsuite.support import seven from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil -def execute_command(command): - #print('%% %s' % (command)) - (exit_status, output) = seven.get_command_status_output(command) - # if output: - # print(output) - #print('status = %u' % (exit_status)) - return exit_status - - class ExecTestCase(TestBase): NO_DEBUG_INFO_TESTCASE = True |

