File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -295,11 +295,6 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform {
295
295
virtual bool FlushForegroundTasks (v8::Isolate* isolate) = 0;
296
296
virtual void DrainTasks (v8::Isolate* isolate) = 0;
297
297
298
- // TODO(addaleax): Remove this, it is unnecessary.
299
- // This would currently be called before `UnregisterIsolate()` but will be
300
- // folded into it in the future.
301
- virtual void CancelPendingDelayedTasks (v8::Isolate* isolate);
302
-
303
298
// This needs to be called between the calls to `Isolate::Allocate()` and
304
299
// `Isolate::Initialize()`, so that initialization can already start
305
300
// using the platform.
Original file line number Diff line number Diff line change @@ -609,6 +609,4 @@ std::queue<std::unique_ptr<T>> TaskQueue<T>::PopAll() {
609
609
return result;
610
610
}
611
611
612
- void MultiIsolatePlatform::CancelPendingDelayedTasks (Isolate* isolate) {}
613
-
614
612
} // namespace node
You can’t perform that action at this time.
0 commit comments