From d331f520e46704c297486fd6016ad7111eb7caaa Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Wed, 4 Dec 2024 03:32:07 +0900 Subject: [PATCH] remove unused variable --- fft/src/KokkosFFT_Host_plans.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/fft/src/KokkosFFT_Host_plans.hpp b/fft/src/KokkosFFT_Host_plans.hpp index e4fc7c7c..dff9d15e 100644 --- a/fft/src/KokkosFFT_Host_plans.hpp +++ b/fft/src/KokkosFFT_Host_plans.hpp @@ -39,9 +39,6 @@ auto create_plan(const ExecutionSpace& exec_space, using out_value_type = typename OutViewType::non_const_value_type; const int rank = fft_rank; - constexpr auto type = - KokkosFFT::Impl::transform_type::type(); auto [in_extents, out_extents, fft_extents, howmany] = KokkosFFT::Impl::get_extents(in, out, axes, s, is_inplace); int idist = std::accumulate(in_extents.begin(), in_extents.end(), 1,