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 --- .../Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py | 3 --- .../Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py | 3 --- 2 files changed, 6 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py index 497f17f4454..609dd608aa4 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py @@ -6,9 +6,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 * diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py index acda4261b11..2b887ebc2a6 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py @@ -5,9 +5,6 @@ Use lldb Python API to test dynamic values in C++ from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * -- cgit v1.2.1