diff options
Diffstat (limited to 'components/style/traversal.rs')
-rw-r--r-- | components/style/traversal.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/style/traversal.rs b/components/style/traversal.rs index 9534a087695..a9fd8c57a4d 100644 --- a/components/style/traversal.rs +++ b/components/style/traversal.rs @@ -18,10 +18,6 @@ use std::mem; use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; use stylist::Stylist; -/// Every time we do another layout, the old bloom filters are invalid. This is -/// detected by ticking a generation number every layout. -pub type Generation = u32; - /// Style sharing candidate cache stats. These are only used when /// `-Z style-sharing-stats` is given. pub static STYLE_SHARING_CACHE_HITS: AtomicUsize = ATOMIC_USIZE_INIT; |