forked from OSchip/llvm-project
Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC
llvm-svn: 293382
This commit is contained in:
parent
fccc52aa66
commit
4411fe0625
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue