diff --git a/examples/08_inplace_FFT/08_inplace_FFT.cpp b/examples/08_inplace_FFT/08_inplace_FFT.cpp index bba11aec..7e17904d 100644 --- a/examples/08_inplace_FFT/08_inplace_FFT.cpp +++ b/examples/08_inplace_FFT/08_inplace_FFT.cpp @@ -12,11 +12,6 @@ using execution_space = Kokkos::DefaultExecutionSpace; template using RightView2D = Kokkos::View; -template -using axis_type = KokkosFFT::axis_type; -template -using shape_type = KokkosFFT::shape_type; - int main(int argc, char *argv[]) { Kokkos::initialize(argc, argv); {