Skip to content

Commit 05be004

Browse files
committed
Don't add unwrap(spaces/indexing/structure)
1 parent 63e411d commit 05be004

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Operators/Operator.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -751,9 +751,6 @@ macro wrapper(Wrap, forwarddomain = true, forwardrange = true)
751751
end
752752

753753
unwrap(A::Operator) = iswrapper(A) ? A.op : A
754-
unwrapstructure(A::Operator) = iswrapperstructure(A) ? A.op : A
755-
unwrapindexing(A::Operator) = iswrapperindexing(A) ? A.op : A
756-
unwrapspace(A::Operator) = iswrapperspace(A) ? A.op : A
757754

758755
## Standard Operators and linear algebra
759756

0 commit comments

Comments
 (0)