File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ const { registerDestroyHook } = internal_async_hooks;
3131const {
3232 executionAsyncId,
3333 triggerAsyncId,
34- getActiveRequests,
35- getActiveHandles,
3634 // Private API
3735 hasAsyncIdStack,
3836 getHookArrays,
@@ -350,8 +348,6 @@ module.exports = {
350348 executionAsyncId,
351349 triggerAsyncId,
352350 executionAsyncResource,
353- getActiveRequests,
354- getActiveHandles,
355351 // Embedder API
356352 AsyncResource,
357353} ;
Original file line number Diff line number Diff line change @@ -540,20 +540,9 @@ function triggerAsyncId() {
540540}
541541
542542
543- function getActiveRequests ( ) {
544- return process . _getActiveRequests ( ) ;
545- }
546-
547- function getActiveHandles ( ) {
548- return process . _getActiveHandles ( ) ;
549- }
550-
551-
552543module . exports = {
553544 executionAsyncId,
554545 triggerAsyncId,
555- getActiveRequests,
556- getActiveHandles,
557546 // Private API
558547 getHookArrays,
559548 symbols : {
You can’t perform that action at this time.
0 commit comments