Delete dead code
Differential Revision: https://reviews.llvm.org/D118501
This commit is contained in:
parent
be44177ede
commit
c080456d64
|
@ -1174,12 +1174,6 @@ public:
|
|||
aliasState.initialize(op, printerFlags, interfaces);
|
||||
}
|
||||
|
||||
/// Get an instance of the OpAsmDialectInterface for the given dialect, or
|
||||
/// null if one wasn't registered.
|
||||
const OpAsmDialectInterface *getOpAsmInterface(Dialect *dialect) {
|
||||
return interfaces.getInterfaceFor(dialect);
|
||||
}
|
||||
|
||||
/// Get the state used for aliases.
|
||||
AliasState &getAliasState() { return aliasState; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue