Skip to content

Commit f13ad7f

Browse files
[gardening] Remove unused method getSyntheticSignature()
1 parent 456d91f commit f13ad7f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/Sema/TypeCheckProtocol.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ namespace {
7979
ValueDecl *req,
8080
ProtocolConformance *conformance);
8181

82-
/// Retrieve the generic signature of the synthetic environment.
83-
GenericSignature *getSyntheticSignature() const {
84-
assert(valid && "Already stole from this generic environment");
85-
return syntheticSignature;
86-
}
87-
8882
/// Retrieve the synthetic generic environment.
8983
GenericEnvironment *getSyntheticEnvironment() const {
9084
assert(valid && "Already stole from this generic environment");

0 commit comments

Comments
 (0)