From bd96ea7b6ad1c7f697599b3536f19ee3135679b1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 28 Jan 2017 13:42:54 +0000 Subject: [PATCH] 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 --- tools/llvm-xray/xray-converter.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/llvm-xray/xray-converter.cc b/tools/llvm-xray/xray-converter.cc index 77d399ca6ae..b1fbc16d205 100644 --- a/tools/llvm-xray/xray-converter.cc +++ b/tools/llvm-xray/xray-converter.cc @@ -84,7 +84,6 @@ static cl::alias InstrMapFormat2("t", cl::aliasopt(InstrMapFormat), 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) { -- 2.11.0