forked from OSchip/llvm-project
Remove redundant typedef from MCAsmParserSemaCallback
The last use has been removed in clang r210418. llvm-svn: 210419
This commit is contained in:
parent
1039927808
commit
4700163b53
|
@ -48,8 +48,6 @@ public:
|
|||
/// MCAsmParserSemaCallback - Generic Sema callback for assembly parser.
|
||||
class MCAsmParserSemaCallback {
|
||||
public:
|
||||
typedef llvm::InlineAsmIdentifierInfo InlineAsmIdentifierInfo;
|
||||
|
||||
virtual ~MCAsmParserSemaCallback();
|
||||
virtual void *LookupInlineAsmIdentifier(StringRef &LineBuf,
|
||||
InlineAsmIdentifierInfo &Info,
|
||||
|
|
Loading…
Reference in New Issue