Skip to content

Commit 95e8a6e

Browse files
timholyKristofferC
authored andcommitted
Delete hanging comment in docstring (fixes #116) (#117)
1 parent d5fbe82 commit 95e8a6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/interpret.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,6 @@ isgotonode(node) = isa(node, GotoNode) || isexpr(node, :gotoifnot)
697697
698698
Return the file and line number for `frame` at `pc`. If this cannot be
699699
determined, `loc == nothing`. Otherwise `loc == (filepath, line)`.
700-
701-
When `frame` represents top-level code,
702700
"""
703701
function CodeTracking.whereis(framecode::JuliaFrameCode, pc)
704702
codeloc = codelocation(framecode.code, convert(Int, pc))

0 commit comments

Comments
 (0)