[Lldb-commits] [lldb] aaa5f34 - [lldb] Remove an unused using decl (NFC)
Kazu Hirata via lldb-commits
lldb-commits at lists.llvm.org
Sun Oct 22 11:57:29 PDT 2023
Author: Kazu Hirata
Date: 2023-10-22T11:57:23-07:00
New Revision: aaa5f34b6130cc667b6dc893db302e21bf59fd5a
URL: https://github.com/llvm/llvm-project/commit/aaa5f34b6130cc667b6dc893db302e21bf59fd5a
DIFF: https://github.com/llvm/llvm-project/commit/aaa5f34b6130cc667b6dc893db302e21bf59fd5a.diff
LOG: [lldb] Remove an unused using decl (NFC)
Added:
Modified:
lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
Removed:
################################################################################
diff --git a/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp b/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
index 34507123952760a..0b816a8ae0a587e 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 {
More information about the lldb-commits
mailing list