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.
2 parents 72c5367 + d9aaaed commit a3264f6Copy full SHA for a3264f6
include/swift/AST/AnyRequest.h
@@ -158,12 +158,6 @@ class AnyRequest {
158
return *this;
159
}
160
161
- AnyRequest(AnyRequest &other)
162
- : storageKind(other.storageKind), stored(other.stored) { }
163
-
164
- AnyRequest(const AnyRequest &&other)
165
166
167
// Create a local template typename `ValueType` in the template specialization
168
// so that we can refer to it in the SFINAE condition as well as the body of
169
// the template itself. The SFINAE condition allows us to remove this
0 commit comments