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 e1ff8e8 commit 818557bCopy full SHA for 818557b
flang/lib/Semantics/check-omp-structure.cpp
@@ -1500,7 +1500,6 @@ void OmpStructureChecker::CheckAlignValue(const parser::OmpClause &clause) {
1500
1501
void OmpStructureChecker::Enter(const parser::OpenMPDeclarativeAllocate &x) {
1502
isPredefinedAllocator = true;
1503
- SymbolSourceMap symbols;
1504
const auto &dir{std::get<parser::Verbatim>(x.t)};
1505
const auto &objectList{std::get<parser::OmpObjectList>(x.t)};
1506
PushContextAndClauseSets(dir.source, llvm::omp::Directive::OMPD_allocate);
0 commit comments