From 5c48826746aa227820db53ba07f08b9cfd35c616 Mon Sep 17 00:00:00 2001 From: Jan Weidner Date: Fri, 30 Oct 2020 08:54:46 +0100 Subject: [PATCH] remove unused private argument from BLAS.get_num_threads --- stdlib/LinearAlgebra/src/blas.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/LinearAlgebra/src/blas.jl b/stdlib/LinearAlgebra/src/blas.jl index fd1b85d65410e..30369ad335be1 100644 --- a/stdlib/LinearAlgebra/src/blas.jl +++ b/stdlib/LinearAlgebra/src/blas.jl @@ -182,7 +182,7 @@ On exotic variants of `BLAS` this function can fail, which is indicated by retur !!! compat "Julia 1.6" `get_num_threads` requires at least Julia 1.6. """ -get_num_threads(;_blas=guess_vendor())::Union{Int, Nothing} = _get_num_threads() +get_num_threads()::Union{Int, Nothing} = _get_num_threads() function _get_num_threads(; _blas = guess_vendor())::Union{Int, Nothing} if _blas === :openblas || _blas === :openblas64