Skip to content

Commit 5599e42

Browse files
committed
MCParser: Remove unused alias MCAsmLexer
1 parent cb7d68a commit 5599e42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/MC/MCParser/AsmLexer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ class AsmLexer {
213213
StringRef LexUntilEndOfLine();
214214
};
215215

216-
using MCAsmLexer = AsmLexer;
217-
218216
} // end namespace llvm
219217

220218
#endif // LLVM_MC_MCPARSER_ASMLEXER_H

0 commit comments

Comments
 (0)