Skip to content

Commit

Permalink
[flang][NFC] Remove unused variable
Browse files Browse the repository at this point in the history
Fix for buildbot failure shown after fe252f8
  • Loading branch information
clementval committed Mar 22, 2022
1 parent fea20cb commit 74f9929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flang/lib/Lower/Bridge.cpp
Expand Up @@ -2627,8 +2627,6 @@ class FirConverter : public Fortran::lower::AbstractConverter {

/// Tuple of host assoicated variables.
mlir::Value hostAssocTuple;

std::size_t constructDepth = 0;
};

} // namespace
Expand Down

0 comments on commit 74f9929

Please sign in to comment.