Navigation Menu

Skip to content

Commit

Permalink
Remove useless traverse_subtree call warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Feb 11, 2017
1 parent 357df35 commit 07cd69b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/geckolib/glue.rs
Expand Up @@ -140,7 +140,6 @@ fn traverse_subtree(element: GeckoElement, raw_data: RawServoStyleSetBorrowed,

let token = RecalcStyleOnly::pre_traverse(element, &per_doc_data.stylist, unstyled_children_only);
if !token.should_traverse() {
error!("Unnecessary call to traverse_subtree");
return;
}

Expand Down

0 comments on commit 07cd69b

Please sign in to comment.