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/functionalities/unwind | |
| 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/functionalities/unwind')
5 files changed, 0 insertions, 9 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py index 9c87d1759f8..24d621b0ce8 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py @@ -5,8 +5,6 @@ Test that we can backtrace correctly from Non ABI functions on the stack from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py index 9f69f60f621..1086a34d3dd 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py @@ -5,8 +5,6 @@ Test that we can backtrace correctly with 'noreturn' functions on the stack from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py index 3aa6a230e8b..a196658feff 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py @@ -5,8 +5,6 @@ be at the end of the stack. from __future__ import print_function -import shutil -import struct import lldb from lldbsuite.test.decorators import * diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py index f971942322b..bf19cacac06 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py @@ -5,8 +5,6 @@ Test that we can backtrace correctly with 'sigtramp' functions on the stack from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py index 4bacb0bd988..2af370e32aa 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py @@ -15,7 +15,6 @@ from __future__ import print_function import unittest2 import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |

