Skip to content

Commit

Permalink
Delete unused local variable
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno committed Feb 27, 2020
1 parent 24700bf commit 533ea2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rcl/src/rcl/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ char * rcl_get_secure_root(
const rcl_allocator_t * allocator)
{
bool ros_secure_directory_override = true;
bool use_node_name_in_lookup = rmw_use_node_name_in_security_directory_lookup();

// find out if either of the configuration environment variables are set
const char * env_buf = NULL;
Expand Down

0 comments on commit 533ea2b

Please sign in to comment.