Delete dead code

Differential Revision: https://reviews.llvm.org/D118501
This commit is contained in:
Sanjoy Das 2022-01-28 11:04:31 -08:00
parent be44177ede
commit c080456d64
1 changed files with 0 additions and 6 deletions

View File

@ -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; }