We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456d91f commit f13ad7fCopy full SHA for f13ad7f
lib/Sema/TypeCheckProtocol.cpp
@@ -79,12 +79,6 @@ namespace {
79
ValueDecl *req,
80
ProtocolConformance *conformance);
81
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
-
88
/// Retrieve the synthetic generic environment.
89
GenericEnvironment *getSyntheticEnvironment() const {
90
assert(valid && "Already stole from this generic environment");
0 commit comments