aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorbenshu <benshu@benshu.de>2015-08-30 01:45:07 +0200
committerbenshu <benshu@benshu.de>2015-10-21 16:40:49 +0200
commit553a0dbefd8a8724f7c894b1c25e6c15c35d6d04 (patch)
tree8f49ff753b6f91397865a26f4bd8c14a12377e96 /components/script/lib.rs
parent674589c370d978f543e71f995d58c5b28e6e9842 (diff)
downloadservo-553a0dbefd8a8724f7c894b1c25e6c15c35d6d04.tar.gz
servo-553a0dbefd8a8724f7c894b1c25e6c15c35d6d04.zip
Timers are scheduled by a dedicated per-constellation thread.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 5ebaa787dfd..5b1705c52f3 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -86,7 +86,6 @@ mod devtools;
pub mod document_loader;
#[macro_use]
pub mod dom;
-mod horribly_inefficient_timers;
pub mod layout_interface;
mod mem;
mod network_listener;