diff --git a/Sources/OpenAttributeGraphShims/GraphShims.swift b/Sources/OpenAttributeGraphShims/GraphShims.swift index a0b994a..12ef415 100644 --- a/Sources/OpenAttributeGraphShims/GraphShims.swift +++ b/Sources/OpenAttributeGraphShims/GraphShims.swift @@ -61,8 +61,6 @@ extension CachedValueOptions { public static var _1: CachedValueOptions = .unprefetched } -@available(*, deprecated, renamed: "attributeGraphVendor") -public let attributeGraphEnabled = true public let attributeGraphVendor = AttributeGraphVendor.compute #elseif OPENATTRIBUTEGRAPH_ATTRIBUTEGRAPH @@ -78,17 +76,10 @@ public typealias OAGInputOptions = AGInputOptions public typealias OAGValue = AGValue public typealias OAGValueOptions = AGValueOptions -@available(*, deprecated, renamed: "attributeGraphVendor") -public let attributeGraphEnabled = true public let attributeGraphVendor = AttributeGraphVendor.ag #else @_exported import OpenAttributeGraph -@available(*, deprecated, renamed: "attributeGraphVendor") -public let attributeGraphEnabled = false public let attributeGraphVendor = AttributeGraphVendor.oag #endif - -@available(*, deprecated, message: "swiftToolchainSupported is always true") -public let swiftToolchainSupported = true