Skip to content

Commit 6a540fe

Browse files
committed
AST: Remove obsolete comment
1 parent ec02823 commit 6a540fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/AST/Decl.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5385,9 +5385,6 @@ enum class CtorInitializerKind {
53855385
/// object by delegating to another initializer (eventually reaching a
53865386
/// designated initializer).
53875387
///
5388-
/// A convenience initializer is written with a return type of "Self" in
5389-
/// source code.
5390-
///
53915388
/// Convenience initializers are inherited into subclasses that override
53925389
/// all of their superclass's designated initializers.
53935390
Convenience,

0 commit comments

Comments
 (0)