Skip to content

Commit da5f214

Browse files
committed
Remove _permfirst
1 parent a929128 commit da5f214

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/chebyshevtransform.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,6 @@ function plan_chebyshevutransform(x::AbstractArray{T,N}, ::Val{2}, dims...; kws.
375375
ChebyshevUTransformPlan{T,2}(FFTW.plan_r2r(x, USECONDKIND, dims...; kws...))
376376
end
377377

378-
379-
@inline _permfirst(d, N) = ntuple(i -> i == 1 ? d : i <= d ? i-1 : i, N)
380-
381378
for f in [:_chebu1_prescale!, :_chebu1_postscale!, :_chebu2_prescale!, :_chebu2_postscale!,
382379
:_ichebu1_postscale!]
383380
_f = Symbol(:_, f)

0 commit comments

Comments
 (0)