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 2d2ec6c + 748dde5 commit bc30eccCopy full SHA for bc30ecc
include/swift/AST/AvailabilityContext.h
@@ -45,8 +45,6 @@ class AvailabilityContext {
45
AvailabilityContext(const Storage *info) : Info(info) { assert(info); };
46
47
public:
48
- AvailabilityContext(const AvailabilityContext &other) : Info(other.Info){};
49
-
50
/// Retrieves the default `AvailabilityContext`, which is maximally available.
51
/// The platform availability range will be set to the deployment target (or
52
/// minimum inlining target when applicable).
0 commit comments