diff --git a/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp b/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp index 13d93dce96..441f31f503 100644 --- a/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp +++ b/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp @@ -2557,7 +2557,6 @@ struct SptrsvWrap { using namespace KokkosSparse::Experimental; using device_t = Kokkos::Device; using integer_view_host_t = typename TriSolveHandle::integer_view_host_t; - using scalar_t = typename ValuesType::non_const_value_type; using row_map_host_view_t = Kokkos::View; row_map_host_view_t row_map_host; @@ -2914,7 +2913,6 @@ struct SptrsvWrap { #if defined(KOKKOSKERNELS_ENABLE_SUPERNODAL_SPTRSV) using namespace KokkosSparse::Experimental; using integer_view_host_t = typename TriSolveHandle::integer_view_host_t; - using scalar_t = typename ValuesType::non_const_value_type; using row_map_host_view_t = Kokkos::View; row_map_host_view_t row_map_host;