Skip to content

Commit 7a864d4

Browse files
committed
Remove unused variable and rebase with main branch.
1 parent 7844f5e commit 7a864d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Semantics/check-omp-structure.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,6 @@ void OmpStructureChecker::CheckAlignValue(const parser::OmpClause &clause) {
17081708

17091709
void OmpStructureChecker::Enter(const parser::OpenMPDeclarativeAllocate &x) {
17101710
isPredefinedAllocator = true;
1711-
SymbolSourceMap symbols;
17121711
const auto &dir{std::get<parser::Verbatim>(x.t)};
17131712
const auto &objectList{std::get<parser::OmpObjectList>(x.t)};
17141713
PushContextAndClauseSets(dir.source, llvm::omp::Directive::OMPD_allocate);

0 commit comments

Comments
 (0)