diff --git a/base/error.jl b/base/error.jl index 834089e2a02acb..9116d006189001 100644 --- a/base/error.jl +++ b/base/error.jl @@ -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})