mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These protocols were introduced to work around the problem where compiler could not correctly handle instance of multiple @available attributes (one for the language version and another for teh OS version) applied to the same member. Now that the compiler issues has been fixed, it is the right time to get rid of the workarounds. Addresses: <rdar://problem/36556261>