Skip to content

Commit

Permalink
Removed unnecessary extra ExceptionStack
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick authored May 20, 2021
1 parent c5dce89 commit 6b27ab6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/error.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ struct InterpreterIP
mod::Union{Module,Nothing}
end

struct ExceptionStack
stack::Array{Tuple{Any, Array{Union{Ptr{Nothing}, InterpreterIP}, 1}}, 1}
end

# convert dual arrays (raw bt buffer, array of GC managed values) to a single
# array of locations
function _reformat_bt(bt::Array{Ptr{Cvoid},1}, bt2::Array{Any,1})
Expand Down

0 comments on commit 6b27ab6

Please sign in to comment.