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 72615fe commit 748dde5Copy full SHA for 748dde5
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