Skip to content

Commit

Permalink
remove \n\n\n
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Sep 17, 2024
1 parent 82b9514 commit 6aa0fd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/codeedges.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ function postprint_linelinks(io::IO, idx::Int, src::CodeInfo, cl::CodeLinks, bbc
return nothing
end


function namedkeys(cl::CodeLinks)
ukeys = Set{GlobalRef}()
for c in (cl.namepreds, cl.namesuccs, cl.nameassigns)
Expand Down Expand Up @@ -390,7 +389,6 @@ function Base.show(io::IO, edges::CodeEdges)
return nothing
end


"""
edges = CodeEdges(src::CodeInfo)
Expand Down Expand Up @@ -564,7 +562,6 @@ function terminal_preds!(s, j, edges, covered) # can't be an inner function bec
return s
end


"""
isrequired = lines_required(obj::GlobalRef, src::CodeInfo, edges::CodeEdges)
isrequired = lines_required(idx::Int, src::CodeInfo, edges::CodeEdges)
Expand Down

0 comments on commit 6aa0fd6

Please sign in to comment.