Skip to content

Commit 9f60bb4

Browse files
author
David Ungar
committed
Adapt to streamlined record.
1 parent 008791f commit 9f60bb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Parse/ParseDecl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4881,8 +4881,7 @@ Parser::parseDeclVarGetSet(Pattern *pattern, ParseDeclOptions Flags,
48814881
Decls.append(accessors.Accessors.begin(), accessors.Accessors.end());
48824882
// Preserve the invariaent that accessor an can be found from its
48834883
// VarDecl.
4884-
accessors.record(*this, storage, Invalid, Flags, StaticLoc, Attributes,
4885-
TyLoc, /*indices*/ nullptr, Decls);
4884+
accessors.record(*this, storage, Invalid, Decls);
48864885
return nullptr;
48874886
}
48884887

0 commit comments

Comments
 (0)