diff options
Diffstat (limited to 'components/constellation/lib.rs')
-rw-r--r-- | components/constellation/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs index f521b334f15..0f70773ccfc 100644 --- a/components/constellation/lib.rs +++ b/components/constellation/lib.rs @@ -16,7 +16,6 @@ mod pipeline; mod sandboxing; mod serviceworker; mod session_history; -mod timer_scheduler; mod webview; pub use crate::constellation::{Constellation, InitialConstellationState}; |