Skip to content

Commit

Permalink
Remove dead code from table_cell.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
samlh committed Jul 31, 2016
1 parent 4077ae7 commit 6c2faa2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/layout/table_cell.rs
Expand Up @@ -77,9 +77,6 @@ impl TableCellFlow {
None,
MarginsMayCollapseFlag::MarginsMayNotCollapse);
debug_assert!(remaining.is_none());
if !flow::base(self).restyle_damage.contains(REFLOW) {
return;
}
}

/// Position this cell's children according to vertical-align.
Expand Down

0 comments on commit 6c2faa2

Please sign in to comment.