Skip to content

Commit 3075011

Browse files
committed
Remove obsolete info and failure defs
1 parent eeab182 commit 3075011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cholesky.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424
@generated function _cholesky(::Size{S}, A::StaticMatrix{M,M}, check::Bool) where {S,M}
2525
@assert (M,M) == S
2626
M > 24 && return :(_cholesky_large(Size{$S}(), A, check))
27-
q = Expr(:block, :(info = 0), :(failure = false))
27+
q = Expr(:block)
2828
for n 1:M
2929
for m n:M
3030
L_m_n = Symbol(:L_,m,:_,n)

0 commit comments

Comments
 (0)