Skip to content

Commit 2df9c1b

Browse files
committed
[AutoDiff] Remove CotangentVector, after deprecation.
`CotangentVector` was deprecated in #24825 and the deprecation was released as part of Swift for TensorFlow v0.4. Now it's time to remove it.
1 parent 5e12ce4 commit 2df9c1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/core/AutoDiff.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ public protocol Differentiable {
162162
@available(*, deprecated,
163163
message: "'AllDifferentiableVariables' is now equal to 'Self' and will be removed")
164164
typealias AllDifferentiableVariables = Self
165-
166-
@available(*, deprecated,
167-
message: "'CotangentVector' is now equal to 'TangentVector' and will be removed")
168-
typealias CotangentVector = TangentVector
169165
}
170166

171167
public extension Differentiable {

0 commit comments

Comments
 (0)