Skip to content

Commit 818557b

Browse files
committed
Remove unused variable and rebase with main branch.
1 parent e1ff8e8 commit 818557b

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
@@ -1500,7 +1500,6 @@ void OmpStructureChecker::CheckAlignValue(const parser::OmpClause &clause) {
15001500

15011501
void OmpStructureChecker::Enter(const parser::OpenMPDeclarativeAllocate &x) {
15021502
isPredefinedAllocator = true;
1503-
SymbolSourceMap symbols;
15041503
const auto &dir{std::get<parser::Verbatim>(x.t)};
15051504
const auto &objectList{std::get<parser::OmpObjectList>(x.t)};
15061505
PushContextAndClauseSets(dir.source, llvm::omp::Directive::OMPD_allocate);

0 commit comments

Comments
 (0)