diff options
author | Kazu Hirata <kazu@google.com> | 2023-10-22 11:57:23 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-10-22 11:57:23 -0700 |
commit | aaa5f34b6130cc667b6dc893db302e21bf59fd5a (patch) | |
tree | de8a7fcf324991bba68b79fc901bb60cb404ad95 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
parent | 935d8e12e06ffa646c41e5c99a8b88d730851162 (diff) | |
download | llvm-aaa5f34b6130cc667b6dc893db302e21bf59fd5a.zip llvm-aaa5f34b6130cc667b6dc893db302e21bf59fd5a.tar.gz llvm-aaa5f34b6130cc667b6dc893db302e21bf59fd5a.tar.bz2 |
[lldb] Remove an unused using decl (NFC)
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
-rw-r--r-- | lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |