aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-01-02 10:20:17 -0800
committerKazu Hirata <kazu@google.com>2022-01-02 10:20:17 -0800
commit677bbec9fda098ef0750c69f5bda8f74454ce6b9 (patch)
treed4a5e1faf6857233ef0221eefb958aaae2417d77
parent41bfac6aed1817831e7b83994f4963f604987bd5 (diff)
downloadllvm-677bbec9fda098ef0750c69f5bda8f74454ce6b9.zip
llvm-677bbec9fda098ef0750c69f5bda8f74454ce6b9.tar.gz
llvm-677bbec9fda098ef0750c69f5bda8f74454ce6b9.tar.bz2
Remove unused "using" (NFC)
Identified by misc-unused-using-decls.
-rw-r--r--lldb/source/Core/IOHandlerCursesGUI.cpp2
-rw-r--r--llvm/lib/InterfaceStub/ELFObjHandler.cpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Core/IOHandlerCursesGUI.cpp b/lldb/source/Core/IOHandlerCursesGUI.cpp
index 60207f7..b37e84a 100644
--- a/lldb/source/Core/IOHandlerCursesGUI.cpp
+++ b/lldb/source/Core/IOHandlerCursesGUI.cpp
@@ -78,8 +78,6 @@
using namespace lldb;
using namespace lldb_private;
-using llvm::None;
-using llvm::Optional;
using llvm::StringRef;
// we may want curses to be disabled for some builds for instance, windows
diff --git a/llvm/lib/InterfaceStub/ELFObjHandler.cpp b/llvm/lib/InterfaceStub/ELFObjHandler.cpp
index 0d1a864..cb72f57 100644
--- a/llvm/lib/InterfaceStub/ELFObjHandler.cpp
+++ b/llvm/lib/InterfaceStub/ELFObjHandler.cpp
@@ -19,7 +19,6 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Process.h"
-using llvm::MemoryBufferRef;
using llvm::object::ELFObjectFile;
using namespace llvm;