aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2024-08-02 17:44:45 +0200
committerTimm Bäder <tbaeder@redhat.com>2024-08-03 05:45:00 +0200
commit53e87908c67f158bfe196a3c7cec690dc5eed1fc (patch)
tree7239320573a6940145088fc3481cfd6d60c9b521
parent4d2c9d8cd849e8097f41b3c3b52e4475188b5489 (diff)
downloadllvm-53e87908c67f158bfe196a3c7cec690dc5eed1fc.zip
llvm-53e87908c67f158bfe196a3c7cec690dc5eed1fc.tar.gz
llvm-53e87908c67f158bfe196a3c7cec690dc5eed1fc.tar.bz2
[clang][Interp][NFC] Remove double using namespace stmt
-rw-r--r--clang/lib/AST/Interp/Interp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/AST/Interp/Interp.cpp b/clang/lib/AST/Interp/Interp.cpp
index 3694253..9009cf8 100644
--- a/clang/lib/AST/Interp/Interp.cpp
+++ b/clang/lib/AST/Interp/Interp.cpp
@@ -27,8 +27,6 @@
#include <vector>
using namespace clang;
-
-using namespace clang;
using namespace clang::interp;
static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) {