diff --git a/sparse/src/KokkosSparse_par_ilut.hpp b/sparse/src/KokkosSparse_par_ilut.hpp index d42b38e5e1..42cfc1e7d2 100644 --- a/sparse/src/KokkosSparse_par_ilut.hpp +++ b/sparse/src/KokkosSparse_par_ilut.hpp @@ -215,7 +215,6 @@ void par_ilut_symbolic(KernelHandle* handle, ARowMapType& A_rowmap, /// @param U_rowmap The row map (row nnz offsets) for the U CSR (Input/Output) /// @param U_entries The entries (column ids) for the U CSR (Output) /// @param U_values The values (non-zero matrix values) for the U CSR (Output) -/// @param deterministic Please ignore. This parameter will be removed soon. template