diff --git a/components/style/matching.rs b/components/style/matching.rs index 46b16f1c179..39594af7af8 100644 --- a/components/style/matching.rs +++ b/components/style/matching.rs @@ -551,10 +551,6 @@ pub trait MatchMethods : TElement { // Propagate the "can be fragmented" bit. It would be nice to // encapsulate this better. - // - // Note that this is technically not needed for pseudos since we already - // do that when we resolve the non-pseudo style, but it doesn't hurt - // anyway. if cfg!(feature = "servo") { let layout_parent = self.inheritance_parent().map(|e| e.layout_parent());