Skip to content

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Dec 18, 2024
1 parent 34ed2b3 commit 45c489b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fft/src/KokkosFFT_Cuda_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ struct ScopedCufftPlan {
ScopedCufftPlan &operator=(ScopedCufftPlan &&) = delete;
ScopedCufftPlan(ScopedCufftPlan &&) = delete;

// cufftHandle &plan() { return m_plan; }
cufftHandle plan() const noexcept { return m_plan; }

private:
Expand Down

0 comments on commit 45c489b

Please sign in to comment.