[llvm] r293382 - Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 28 05:42:54 PST 2017
Author: sylvestre
Date: Sat Jan 28 07:42:54 2017
New Revision: 293382
URL: http://llvm.org/viewvc/llvm-project?rev=293382&view=rev
Log:
Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC
Modified:
llvm/trunk/tools/llvm-xray/xray-converter.cc
Modified: llvm/trunk/tools/llvm-xray/xray-converter.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-xray/xray-converter.cc?rev=293382&r1=293381&r2=293382&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-xray/xray-converter.cc (original)
+++ llvm/trunk/tools/llvm-xray/xray-converter.cc Sat Jan 28 07:42:54 2017
@@ -84,7 +84,6 @@ static cl::alias InstrMapFormat2("t", cl
cl::desc("Alias for -instr-map-format"),
cl::sub(Convert));
-using llvm::yaml::IO;
using llvm::yaml::Output;
void TraceConverter::exportAsYAML(const Trace &Records, raw_ostream &OS) {
More information about the llvm-commits
mailing list