We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a779dc3 commit c6cce26Copy full SHA for c6cce26
flang/lib/Semantics/check-omp-structure.cpp
@@ -272,7 +272,7 @@ bool OmpStructureChecker::IsCloselyNestedRegion(const OmpDirectiveSet &set) {
272
namespace {
273
struct ContiguousHelper {
274
ContiguousHelper(SemanticsContext &context)
275
- : sctx_(context), fctx_(context.foldingContext()) {}
+ : fctx_(context.foldingContext()) {}
276
277
template <typename Contained>
278
std::optional<bool> Visit(const common::Indirection<Contained> &x) {
@@ -296,7 +296,6 @@ struct ContiguousHelper {
296
}
297
298
private:
299
- [[maybe_unused]] SemanticsContext &sctx_;
300
evaluate::FoldingContext &fctx_;
301
};
302
} // namespace
0 commit comments