Skip to content

Commit

Permalink
Remove stale code
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmahler committed Feb 6, 2024
1 parent b1c4154 commit 5695fb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/algorithm/radixn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ impl<T: FftNum> RadixN<T> {
base_len,

factors: transpose_factors.into_boxed_slice(),
//transpose_lookup_table,
butterflies: butterflies.into_boxed_slice(),

len: cross_fft_len,
Expand Down

0 comments on commit 5695fb3

Please sign in to comment.