Skip to content

Commit 11d4912

Browse files
committed
AST: Remove ConstructorDecl::getName()
1 parent 6887de5 commit 11d4912

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
@@ -5917,8 +5917,6 @@ class ConstructorDecl : public AbstractFunctionDecl {
59175917
GenericParamList *GenericParams,
59185918
DeclContext *Parent);
59195919

5920-
Identifier getName() const { return getFullName().getBaseIdentifier(); }
5921-
59225920
void setParameterLists(ParamDecl *selfParam, ParameterList *bodyParams);
59235921

59245922
SourceLoc getConstructorLoc() const { return getNameLoc(); }

0 commit comments

Comments
 (0)