Skip to content

Commit 3b62617

Browse files
authored
remove unused maybeview call (#209)
1 parent 65ceab9 commit 3b62617

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/specialfunctions.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ function jumplocations(f::Fun)
101101
end
102102

103103
# Return the locations of jump discontinuities
104-
_maybeview(dc::AbstractVector, inds...) = view(dc, inds)
105104
function jumplocations(f::Fun{S}) where{S<:Union{PiecewiseSpace,ContinuousSpace}}
106105
d = domain(f)
107106

0 commit comments

Comments
 (0)