mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-26 17:57:07 +00:00
[flang] Remove unused converter for now
AbstractConverter private variable is currently not used and triggers a buildbot failure. https://lab.llvm.org/buildbot/#/builders/180/builds/3119 This fixes the buildbot.
This commit is contained in:
parent
c15782bcf5
commit
b880455768
@ -179,7 +179,7 @@ namespace {
|
||||
class TypeBuilder {
|
||||
public:
|
||||
TypeBuilder(Fortran::lower::AbstractConverter &converter)
|
||||
: converter{converter}, context{&converter.getMLIRContext()} {}
|
||||
: context{&converter.getMLIRContext()} {}
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Generate type entry points
|
||||
@ -465,7 +465,6 @@ private:
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
||||
Fortran::lower::AbstractConverter &converter;
|
||||
mlir::MLIRContext *context;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user