Remove dead code from block.rs

This commit is contained in:
Samuel Harrington 2016-04-29 20:13:42 -07:00
parent b2cd35da47
commit 4691dc0c6e

View file

@ -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.