Skip to content

Commit 481c096

Browse files
authored
Rm unused struct
1 parent 129d28d commit 481c096

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/fft.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,15 +1052,6 @@ end
10521052

10531053
#######################################################################
10541054

1055-
"""
1056-
R2RAdjointStyle(kinds)
1057-
1058-
Projection style for real to real transforms
1059-
"""
1060-
struct R2RAdjointStyle{K} <: AbstractFFTs.AdjointStyle
1061-
kinds::K
1062-
end
1063-
10641055
AbstractFFTs.AdjointStyle(::cFFTWPlan) = AbstractFFTs.FFTAdjointStyle()
10651056
AbstractFFTs.AdjointStyle(::rFFTWPlan{T, FORWARD}) where {T} = AbstractFFTs.RFFTAdjointStyle()
10661057
AbstractFFTs.AdjointStyle(P::rFFTWPlan{T, BACKWARD}) where {T} = AbstractFFTs.IRFFTAdjointStyle(P.osz[first(P.region)])

0 commit comments

Comments
 (0)