aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/worker.rs')
-rw-r--r--components/script/dom/worker.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script/dom/worker.rs b/components/script/dom/worker.rs
index d4edd339463..7135e969c0e 100644
--- a/components/script/dom/worker.rs
+++ b/components/script/dom/worker.rs
@@ -124,10 +124,6 @@ impl Worker {
Ok(worker)
}
- pub fn is_closing(&self) -> bool {
- self.closing.load(Ordering::SeqCst)
- }
-
pub fn is_terminated(&self) -> bool {
self.terminated.get()
}