Skip to content

Commit 42bf9dc

Browse files
committed
revert to registered version
1 parent 5298319 commit 42bf9dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ModuleElts.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,6 @@ LinearAlgebra.exactdiv(m::$M,b)=merge(exactdiv,m,b)
507507
Base.min(m::$M,n::$M)=merge2(min,m,n)
508508
Base.max(m::$M,n::$M)=merge2(max,m,n)
509509

510-
using LinearAlgebra: LinearAlgebra
511-
LinearAlgebra.exactdiv(m::$M,b)=merge(LinearAlgebra.exactdiv,m,b)
512510
end
513511
end
514512
end

0 commit comments

Comments
 (0)