Skip to content

Commit

Permalink
Delete hanging comment in docstring (fixes #116) (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored and KristofferC committed Mar 7, 2019
1 parent d5fbe82 commit 95e8a6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/interpret.jl
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,6 @@ isgotonode(node) = isa(node, GotoNode) || isexpr(node, :gotoifnot)
Return the file and line number for `frame` at `pc`. If this cannot be
determined, `loc == nothing`. Otherwise `loc == (filepath, line)`.
When `frame` represents top-level code,
"""
function CodeTracking.whereis(framecode::JuliaFrameCode, pc)
codeloc = codelocation(framecode.code, convert(Int, pc))
Expand Down

0 comments on commit 95e8a6e

Please sign in to comment.