Skip to content

Commit 9466964

Browse files
committed
Rm comment
1 parent 62bac54 commit 9466964

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

libs/extractor/src/extractor/extract_global_style_from_expression.rs

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,6 @@ pub fn extract_global_style_from_expression<'a>(
7171
)
7272
.styles,
7373
);
74-
75-
// if let ExtractResult::Extract {
76-
// styles: Some(_styles),
77-
// ..
78-
// } = extract_style_from_expression(
79-
// ast_builder,
80-
// None,
81-
// &mut o.value,
82-
// 0,
83-
// Some(&StyleSelector::Global(name.clone(), file.to_string())),
84-
// ) {
85-
// styles.extend(
86-
// extract_style_from_expression(
87-
// ast_builder,
88-
// None,
89-
// &mut o.value,
90-
// 0,
91-
// Some(&StyleSelector::Global(name.clone(), file.to_string())),
92-
// )
93-
// .styles
94-
// .iter()
95-
// );
96-
// }
9774
}
9875
}
9976
}

0 commit comments

Comments
 (0)