Skip to content

Commit 651edc8

Browse files
committed
Remove return nothing after error throw
1 parent 2051f2b commit 651edc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/matmul.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ end
436436
)
437437
)
438438
)
439-
return nothing
440439
end
441440
function matmul_size_check(sizeC::Tuple{Integer,Vararg{Integer}}, sizeA::Tuple{Integer,Vararg{Integer}}, sizeB::Tuple{Integer,Vararg{Integer}})
442441
matmul_size_check(sizeA, sizeB)
@@ -466,7 +465,6 @@ end
466465
)
467466
)
468467
)
469-
return nothing
470468
end
471469

472470
# We may inline the matmul2x2! and matmul3x3! calls for `α == true`

0 commit comments

Comments
 (0)