Skip to content

Commit 66681bb

Browse files
committed
rm unimplemented cache_internals for functionop
1 parent 395ef5c commit 66681bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/func.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,6 @@ function cache_self(L::FunctionOperator, u::AbstractVecOrMat, v::AbstractVecOrMa
209209
L
210210
end
211211

212-
function cache_internals(L::FunctionOperator, u::AbstractVecOrMat, v::AbstractVecOrMat)
213-
for op in getops(L)
214-
end
215-
L
216-
end
217-
218212
Base.size(L::FunctionOperator) = L.traits.size
219213
function Base.adjoint(L::FunctionOperator)
220214

0 commit comments

Comments
 (0)