Skip to content

Commit

Permalink
style: Remove useless code after #19994
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Feb 12, 2018
1 parent 63691f0 commit 9744840
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/style/gecko/data.rs
Expand Up @@ -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>(
Expand Down

0 comments on commit 9744840

Please sign in to comment.