Skip to content

Commit 8366183

Browse files
authored
Merge pull request #60559 from hamishknight/silence-warning
[Sema] NFC: Silence documentation warning
2 parents ec645e3 + 9844af2 commit 8366183

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sema/CodeSynthesis.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ Expr *buildSelfReference(VarDecl *selfDecl, SelfAccessorKind selfAccessorKind,
7070
/// \param selfAccessorKind The kind of access being performed.
7171
/// \param isMutable Whether the resulting argument is for a mutable self
7272
/// argument. Such an argument is passed 'inout'.
73-
/// \param convertTy The type of the resulting argument. For a reference to
74-
/// super, this can be a superclass type to upcast to.
7573
Argument buildSelfArgument(VarDecl *selfDecl, SelfAccessorKind selfAccessorKind,
7674
bool isMutable);
7775

0 commit comments

Comments
 (0)