diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index 9fd70eedc..7cde56c42 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -139,11 +139,6 @@ impl Worker { } .boxed() } - - pub fn clear_exception(&mut self) { - let mut isolate = self.isolate.try_lock().unwrap(); - isolate.clear_exception(); - } } impl Future for Worker { |