mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Shouldn't need this availability annotation because AEIC
This commit is contained in:
@@ -138,7 +138,6 @@ extension CommandLine {
|
||||
/// disk while it is running. If the current executable file is moved, the
|
||||
/// value of this property is not updated to its new path.
|
||||
@_unavailableInEmbedded
|
||||
@available(SwiftStdlib 6.3, *)
|
||||
@_alwaysEmitIntoClient
|
||||
public static var executablePath: String { // NOTE: can't be AEIC and stored!
|
||||
// _NSGetExecutablePath() returns non-zero if the provided buffer is too
|
||||
|
||||
Reference in New Issue
Block a user