[NFC] Remove Redundant Calls to VarDecl::setIntroducer

This commit is contained in:
Robert Widmann
2022-03-14 18:12:11 -07:00
parent f807ef92e6
commit 539a5b3338
2 changed files with 0 additions and 6 deletions

View File

@@ -73,8 +73,6 @@ static VarDecl *addImplicitDistributedActorIDProperty(
C, StaticSpellingKind::None, propPat, /*InitExpr*/ nullptr,
nominal);
propDecl->setIntroducer(VarDecl::Introducer::Let);
// mark as nonisolated, allowing access to it from everywhere
propDecl->getAttrs().add(
new (C) NonisolatedAttr(/*IsImplicit=*/true));