From 9b8b01413f99d31d839c0b0270dc669b4e099261 Mon Sep 17 00:00:00 2001 From: Chris Garling Date: Sat, 24 May 2025 08:45:44 -0400 Subject: [PATCH] Remove type variable T Type variable T not used in `init_cacheval` method, so remove --- ext/LinearSolveSparseArraysExt.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/LinearSolveSparseArraysExt.jl b/ext/LinearSolveSparseArraysExt.jl index fcb356a6c..9e1a632e0 100644 --- a/ext/LinearSolveSparseArraysExt.jl +++ b/ext/LinearSolveSparseArraysExt.jl @@ -249,8 +249,7 @@ function LinearSolve.init_cacheval(alg::CHOLMODFactorization, A::AbstractArray, b, u, Pl, Pr, maxiters::Int, abstol, reltol, - verbose::Bool, assumptions::OperatorAssumptions) where {T <: - BLASELTYPES} + verbose::Bool, assumptions::OperatorAssumptions) nothing end