Skip to content

Commit

Permalink
Remove lf_inbound_socket_mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Mar 5, 2025
1 parent 266587e commit 26c2412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ private String generateCodeToInitializeFederate(
"\n",
"// Initialize the socket mutexes",
"lf_mutex_init(&lf_outbound_socket_mutex);",
"lf_mutex_init(&lf_inbound_socket_mutex);",
"init_shutdown_mutex();",
"lf_cond_init(&lf_port_status_changed, &env->mutex);"));

Expand Down

0 comments on commit 26c2412

Please sign in to comment.