Skip to content

Commit 5675930

Browse files
committed
rm show overload
1 parent d25b1c0 commit 5675930

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/abstractgbarray.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,6 @@ function Base.show(io::IO, ::MIME"text/plain", A::AbstractGBArray) #fallback pri
507507
gxbprint(io, A)
508508
end
509509

510-
function Base.show(io::IO, mime, A::AbstractGBArray) #fallback printing
511-
gxbprint(io, A)
512-
end
513-
514510

515511

516512
function Base.getindex(

0 commit comments

Comments
 (0)