Skip to content

Commit 8a2666c

Browse files
committed
Drop unnecessary handling for DeclareSimd
1 parent a50ca71 commit 8a2666c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flang/lib/Semantics/resolve-names.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,12 +1513,8 @@ class OmpVisitor : public virtual DeclarationVisitor {
15131513

15141514
bool Pre(const parser::OpenMPDeclareSimdConstruct &x) {
15151515
AddOmpSourceRange(x.source);
1516-
SkipImplicitTyping(true);
15171516
return true;
15181517
}
1519-
void Post(const parser::OpenMPDeclareSimdConstruct &x) {
1520-
SkipImplicitTyping(false);
1521-
}
15221518

15231519
bool Pre(const parser::OmpInitializerProc &x) {
15241520
auto &procDes = std::get<parser::ProcedureDesignator>(x.t);

0 commit comments

Comments
 (0)