Skip to content

Commit 6d2f490

Browse files
Update operations.jl
1 parent ac572f6 commit 6d2f490

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/operations.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ Base.:(==)(x::Void,y::Operation) = false
1515
Base.:(==)(x::Variable,y::Operation) = y == Operation(identity,Expression[x])
1616
Base.:(==)(x::Operation,y::Variable) = x == Operation(identity,Expression[y])
1717

18-
Base.convert(::Type{Operation},x::Variable) = Operation(identity,x)
19-
20-
2118
# Don't recurse inversion for Jacobians
2219
Base.inv(x::Operation) = x
2320

0 commit comments

Comments
 (0)