Remove a dead assignment from set_width_constraint_solutions.

This commit is contained in:
Ms2ger 2014-06-22 16:45:22 +02:00
parent edba815cf5
commit d317c58112

View file

@ -1815,7 +1815,7 @@ pub trait WidthAndMarginsComputer {
fn set_width_constraint_solutions(&self,
block: &mut BlockFlow,
solution: WidthConstraintSolution) {
let mut width = Au(0);
let width;
{
let fragment = block.fragment();
fragment.margin.left = solution.margin_left;