Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
Co-Authored-By: Mikael Arguedas <mikael.arguedas@gmail.com>
Signed-off-by: ruffsl <roxfoxpox@gmail.com>
  • Loading branch information
ruffsl and mikaelarguedas committed Apr 16, 2020
1 parent 68a356e commit 0df6603
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 @@ -139,7 +139,6 @@ char * rcl_get_secure_root(
if (NULL == name) {
return NULL;
}

const char * get_env_error_str = NULL;
// check if enclave override environment variable is empty
get_env_error_str = rcutils_get_env(ROS_SECURITY_ENCLAVE_OVERRIDE, &env_buf);
Expand Down

0 comments on commit 0df6603

Please sign in to comment.