From aaa5f34b6130cc667b6dc893db302e21bf59fd5a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 22 Oct 2023 11:57:23 -0700 Subject: [lldb] Remove an unused using decl (NFC) --- lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp') diff --git a/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp b/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp index 3450712..0b816a8 100644 --- a/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp +++ b/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp @@ -23,7 +23,6 @@ using namespace lldb_private; using namespace lldb_private::python; -using llvm::Error; using llvm::Expected; class PythonDataObjectsTest : public PythonTestSuite { -- cgit v1.1