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 7844f5e commit 7a864d4Copy full SHA for 7a864d4
flang/lib/Semantics/check-omp-structure.cpp
@@ -1708,7 +1708,6 @@ void OmpStructureChecker::CheckAlignValue(const parser::OmpClause &clause) {
1708
1709
void OmpStructureChecker::Enter(const parser::OpenMPDeclarativeAllocate &x) {
1710
isPredefinedAllocator = true;
1711
- SymbolSourceMap symbols;
1712
const auto &dir{std::get<parser::Verbatim>(x.t)};
1713
const auto &objectList{std::get<parser::OmpObjectList>(x.t)};
1714
PushContextAndClauseSets(dir.source, llvm::omp::Directive::OMPD_allocate);
0 commit comments