Skip to content

Commit 7bdd424

Browse files
authored
Remove deprecated attributeGraphEnabled and swiftToolchainSupported API (#218)
1 parent 8a20ed2 commit 7bdd424

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Sources/OpenAttributeGraphShims/GraphShims.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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
6664
public let attributeGraphVendor = AttributeGraphVendor.compute
6765

6866
#elseif OPENATTRIBUTEGRAPH_ATTRIBUTEGRAPH
@@ -78,17 +76,10 @@ public typealias OAGInputOptions = AGInputOptions
7876
public typealias OAGValue = AGValue
7977
public typealias OAGValueOptions = AGValueOptions
8078

81-
@available(*, deprecated, renamed: "attributeGraphVendor")
82-
public let attributeGraphEnabled = true
8379
public let attributeGraphVendor = AttributeGraphVendor.ag
8480

8581
#else
8682

8783
@_exported import OpenAttributeGraph
88-
@available(*, deprecated, renamed: "attributeGraphVendor")
89-
public let attributeGraphEnabled = false
9084
public let attributeGraphVendor = AttributeGraphVendor.oag
9185
#endif
92-
93-
@available(*, deprecated, message: "swiftToolchainSupported is always true")
94-
public let swiftToolchainSupported = true

0 commit comments

Comments
 (0)