summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit4411fe0625c6ad7256c1f09d55766d5fcba0b06b (patch)
tree945aec98a6d11fb00907a9cfff5752039744ff27 /llvm/tools/llvm-xray
parentfccc52aa66cd9cffddae008bda8f3c56c56906b4 (diff)
downloadbcm5719-llvm-4411fe0625c6ad7256c1f09d55766d5fcba0b06b.tar.gz
bcm5719-llvm-4411fe0625c6ad7256c1f09d55766d5fcba0b06b.zip
Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC
llvm-svn: 293382
Diffstat (limited to 'llvm/tools/llvm-xray')
-rw-r--r--llvm/tools/llvm-xray/xray-converter.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-xray/xray-converter.cc b/llvm/tools/llvm-xray/xray-converter.cc
index 77d399ca6ae..b1fbc16d205 100644
--- a/llvm/tools/llvm-xray/xray-converter.cc
+++ b/llvm/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) {
OpenPOWER on IntegriCloud