summaryrefslogtreecommitdiff
path: root/tools/llvm-xray
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-01-28 13:42:54 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-01-28 13:42:54 +0000
commitbd96ea7b6ad1c7f697599b3536f19ee3135679b1 (patch)
treea31ecceb29130c8c57b86bc091adba4904502829 /tools/llvm-xray
parent0028bf5b31010482221ac3ff05a7dbca02ded06a (diff)
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
Diffstat (limited to 'tools/llvm-xray')
-rw-r--r--tools/llvm-xray/xray-converter.cc1
1 files changed, 0 insertions, 1 deletions
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) {