summaryrefslogtreecommitdiff
path: root/runtime/web_worker.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-09-24 18:35:35 -0400
committerGitHub <noreply@github.com>2021-09-25 00:35:35 +0200
commit683a38e47c47609d28bc6964f4b082885e477bf3 (patch)
tree42f513fd5c5a67506e59a62a32a5afa9fd49b70f /runtime/web_worker.rs
parentd0e14ae82cf05b1d854df4da37e2152cd09664a4 (diff)
refactor: Remove unused code (#12210)
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r--runtime/web_worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs
index 528546e9a..7dd408292 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -505,7 +505,7 @@ impl WebWorker {
}
}
- pub fn poll_event_loop(
+ fn poll_event_loop(
&mut self,
cx: &mut Context,
wait_for_inspector: bool,