Skip to content

Commit e737d8c

Browse files
committed
Drop unused using namespace
1 parent 46000da commit e737d8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Support/ScopedPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "llvm/Support/Format.h"
1515

1616
using namespace llvm;
17-
using namespace llvm::support;
1817

1918
raw_ostream &llvm::operator<<(raw_ostream &OS, const HexNumber &Value) {
2019
OS << "0x" << utohexstr(Value.Value);

0 commit comments

Comments
 (0)