[flang-commits] [flang] 74f9929 - [flang][NFC] Remove unused variable
Valentin Clement via flang-commits
flang-commits at lists.llvm.org
Tue Mar 22 08:13:54 PDT 2022
Author: Valentin Clement
Date: 2022-03-22T16:13:03+01:00
New Revision: 74f992929ecf660bb299e5767a1fba15e9181613
URL: https://github.com/llvm/llvm-project/commit/74f992929ecf660bb299e5767a1fba15e9181613
DIFF: https://github.com/llvm/llvm-project/commit/74f992929ecf660bb299e5767a1fba15e9181613.diff
LOG: [flang][NFC] Remove unused variable
Fix for buildbot failure shown after fe252f8ed6369acdb13d4e290d3b9dfe2ec4eb8e
Added:
Modified:
flang/lib/Lower/Bridge.cpp
Removed:
################################################################################
diff --git a/flang/lib/Lower/Bridge.cpp b/flang/lib/Lower/Bridge.cpp
index 0db94d47ee332..bbf162323ba97 100644
--- a/flang/lib/Lower/Bridge.cpp
+++ b/flang/lib/Lower/Bridge.cpp
@@ -2627,8 +2627,6 @@ class FirConverter : public Fortran::lower::AbstractConverter {
/// Tuple of host assoicated variables.
mlir::Value hostAssocTuple;
-
- std::size_t constructDepth = 0;
};
} // namespace
More information about the flang-commits
mailing list