From 4691dc0c6ed8b43f88b8406116d3a0698003dbf8 Mon Sep 17 00:00:00 2001 From: Samuel Harrington Date: Fri, 29 Apr 2016 20:13:42 -0700 Subject: [PATCH] Remove dead code from block.rs --- components/layout/block.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/layout/block.rs b/components/layout/block.rs index 0b10ef39000..96cf52ec251 100644 --- a/components/layout/block.rs +++ b/components/layout/block.rs @@ -1518,8 +1518,6 @@ impl BlockFlow { } } } - - flags.union_floated_descendants_flags(child_base.flags); } // FIXME(pcwalton): This should consider all float descendants, not just children.