From ef983c340fb37409c0a10fbe0eac29e16997ecc9 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 26 Feb 2018 23:34:36 -0800 Subject: [PATCH] Remove outdated comment --- components/layout/table.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/layout/table.rs b/components/layout/table.rs index 05551639c6a..5cd007979ef 100644 --- a/components/layout/table.rs +++ b/components/layout/table.rs @@ -567,13 +567,6 @@ impl Flow for TableFlow { } #[derive(Debug)] -// XXXManishearth We might be able to avoid the Arcs if -// the table is structured such that the columns always come -// first in the flow tree, at which point we can -// reuse the iterator that we use for colgroups -// for rows (and have no borrowing issues between -// holding on to both ColumnStyle<'table> and -// the rows) struct ColumnStyle<'table> { span: u32, colgroup_style: Option<&'table ComputedValues>,