Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b27ab6

Browse files
authoredMay 20, 2021
Removed unnecessary extra ExceptionStack
1 parent c5dce89 commit 6b27ab6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎base/error.jl

-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ struct InterpreterIP
6565
mod::Union{Module,Nothing}
6666
end
6767

68-
struct ExceptionStack
69-
stack::Array{Tuple{Any, Array{Union{Ptr{Nothing}, InterpreterIP}, 1}}, 1}
70-
end
71-
7268
# convert dual arrays (raw bt buffer, array of GC managed values) to a single
7369
# array of locations
7470
function _reformat_bt(bt::Array{Ptr{Cvoid},1}, bt2::Array{Any,1})

0 commit comments

Comments
 (0)
Please sign in to comment.