diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py b/lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py index 224dca77daa..6e5be6e8f17 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py @@ -7,8 +7,6 @@ from __future__ import print_function import unittest2 import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |