Skip to content

Commit 4318b4b

Browse files
committed
Delete unused comments in node loader.
1 parent 9acdc4f commit 4318b4b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

source/loaders/node_loader/source/node_loader_impl.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,17 +4016,6 @@ void *node_loader_impl_register(void *node_impl_ptr, void *env_ptr, void *functi
40164016
node_impl->extra_active_handles.store(0);
40174017
node_impl->event_loop_empty.store(false);
40184018

4019-
/* In MacOS, from the beginning it seems there is active requests, for avoiding issues when closing
4020-
* let's remove them from the base active handles */
4021-
/*
4022-
#if (defined(__APPLE__) && defined(__MACH__)) || defined(__MACOSX__)
4023-
if ((int64_t)(node_impl->thread_loop->active_reqs.count > 0))
4024-
{
4025-
--node_impl->base_active_handles;
4026-
}
4027-
#endif
4028-
*/
4029-
40304019
#if (!defined(NDEBUG) || defined(DEBUG) || defined(_DEBUG) || defined(__DEBUG) || defined(__DEBUG__))
40314020
node_loader_impl_print_handles(node_impl);
40324021
#endif

0 commit comments

Comments
 (0)