Skip to content

Commit

Permalink
Remove useless return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
versable committed Mar 4, 2020
1 parent 2c1291e commit aea09c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flamegraph.pl
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ sub flow {
function find_child(node, selector) {
var children = node.querySelectorAll(selector);
if (children.length) return children[0];
return;
}
function find_group(node) {
var parent = node.parentElement;
Expand Down

0 comments on commit aea09c5

Please sign in to comment.