Skip to content

Commit 0f47e88

Browse files
authored
remove rmw_localhost_only_t. (#773)
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent 549b411 commit 0f47e88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rmw_fastrtps_shared_cpp/src/rmw_init.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ rmw_init_options_init(
4343
init_options->enclave = NULL;
4444
init_options->domain_id = RMW_DEFAULT_DOMAIN_ID;
4545
init_options->security_options = rmw_get_default_security_options();
46-
init_options->localhost_only = RMW_LOCALHOST_ONLY_DEFAULT;
4746
init_options->discovery_options = rmw_get_zero_initialized_discovery_options();
4847
return rmw_discovery_options_init(&(init_options->discovery_options), 0, &allocator);
4948
}

0 commit comments

Comments
 (0)