mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #20030 - emilio:useless-return-is-useless, r=nox
style: Remove useless code after #19994 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20030) <!-- Reviewable:end -->
This commit is contained in:
commit
3a42f6f988
1 changed files with 0 additions and 8 deletions
|
@ -148,14 +148,6 @@ impl PerDocumentStyleData {
|
|||
}
|
||||
}
|
||||
|
||||
impl Drop for PerDocumentStyleDataImpl {
|
||||
fn drop(&mut self) {
|
||||
if !structs::GECKO_IS_NIGHTLY {
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl PerDocumentStyleDataImpl {
|
||||
/// Recreate the style data if the stylesheets have changed.
|
||||
pub fn flush_stylesheets<E>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue