Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit bd96ea7

Browse files
committed
Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293382 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 0028bf5 commit bd96ea7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/llvm-xray/xray-converter.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ static cl::alias InstrMapFormat2("t", cl::aliasopt(InstrMapFormat),
8484
cl::desc("Alias for -instr-map-format"),
8585
cl::sub(Convert));
8686

87-
using llvm::yaml::IO;
8887
using llvm::yaml::Output;
8988

9089
void TraceConverter::exportAsYAML(const Trace &Records, raw_ostream &OS) {

0 commit comments

Comments
 (0)