@@ -832,19 +832,12 @@ NODE_EXTERN void GetNodeReport(Environment* env,
832
832
NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform (Environment* env);
833
833
NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform (IsolateData* env);
834
834
835
- NODE_DEPRECATED (" Use MultiIsolatePlatform::Create() instead" ,
836
- NODE_EXTERN MultiIsolatePlatform* CreatePlatform (
837
- int thread_pool_size,
838
- v8::TracingController* tracing_controller));
839
- NODE_DEPRECATED (" Use MultiIsolatePlatform::Create() instead" ,
840
- NODE_EXTERN void FreePlatform (MultiIsolatePlatform* platform));
841
-
842
- // Get/set the currently active tracing controller. Using CreatePlatform()
843
- // will implicitly set this by default. This is global and should be initialized
844
- // along with the v8::Platform instance that is being used. `controller`
845
- // is allowed to be `nullptr`.
846
- // This is used for tracing events from Node.js itself. V8 uses the tracing
847
- // controller returned from the active `v8::Platform` instance.
835
+ // Get/set the currently active tracing controller. Using
836
+ // MultiIsolatePlatform::Create() will implicitly set this by default. This is
837
+ // global and should be initialized along with the v8::Platform instance that is
838
+ // being used. `controller` is allowed to be `nullptr`. This is used for tracing
839
+ // events from Node.js itself. V8 uses the tracing controller returned from the
840
+ // active `v8::Platform` instance.
848
841
NODE_EXTERN v8::TracingController* GetTracingController ();
849
842
NODE_EXTERN void SetTracingController (v8::TracingController* controller);
850
843
0 commit comments