Skip to content

Commit 1543f15

Browse files
authored
[AST] Remove stale comment from TypeAliasDecl::setUnderlyingType (#18601)
This is used on all paths now.
1 parent 4a394e5 commit 1543f15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/AST/Decl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,8 +2696,6 @@ class TypeAliasDecl : public GenericTypeDecl {
26962696
return UnderlyingTy;
26972697
}
26982698

2699-
/// Set the underlying type, for deserialization and synthesized
2700-
/// aliases.
27012699
void setUnderlyingType(Type type);
27022700

27032701
/// For generic typealiases, return the unbound generic type.

0 commit comments

Comments
 (0)