We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50a0ae commit 580ea70Copy full SHA for 580ea70
src/types.jl
@@ -175,17 +175,6 @@ Return the deepest callee in the call stack.
175
"""
176
leaf(frame) = traverse(callee, frame)
177
178
-function truncate!(frame)
179
- frame0 = frame
180
- frame = frame.callee
181
- while frame !== nothing
182
- frame.caller.callee = nothing
183
- recycle(frame)
184
185
- end
186
- return frame0
187
-end
188
-
189
function Base.show(io::IO, frame::Frame)
190
frame_loc = CodeTracking.replace_buildbot_stdlibpath(repr(scopeof(frame)))
191
println(io, "Frame for ", frame_loc)
0 commit comments