File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Sources/OpenAttributeGraphShims Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ extension CachedValueOptions {
6161 public static var _1 : CachedValueOptions = . unprefetched
6262}
6363
64- @available ( * , deprecated, renamed: " attributeGraphVendor " )
65- public let attributeGraphEnabled = true
6664public let attributeGraphVendor = AttributeGraphVendor . compute
6765
6866#elseif OPENATTRIBUTEGRAPH_ATTRIBUTEGRAPH
@@ -78,17 +76,10 @@ public typealias OAGInputOptions = AGInputOptions
7876public typealias OAGValue = AGValue
7977public typealias OAGValueOptions = AGValueOptions
8078
81- @available ( * , deprecated, renamed: " attributeGraphVendor " )
82- public let attributeGraphEnabled = true
8379public let attributeGraphVendor = AttributeGraphVendor . ag
8480
8581#else
8682
8783@_exported import OpenAttributeGraph
88- @available ( * , deprecated, renamed: " attributeGraphVendor " )
89- public let attributeGraphEnabled = false
9084public let attributeGraphVendor = AttributeGraphVendor . oag
9185#endif
92-
93- @available ( * , deprecated, message: " swiftToolchainSupported is always true " )
94- public let swiftToolchainSupported = true
You can’t perform that action at this time.
0 commit comments