[lttng-dev] [PATCH lttng-tools] Refactor: remove logically dead code

Jérémie Galarneau jeremie.galarneau at efficios.com
Fri Sep 20 17:22:38 EDT 2019


Merged in master and stable-2.11. Thanks!

Jérémie

On Fri, Sep 20, 2019 at 11:40:37AM -0400, Jonathan Rajotte wrote:
> Fixes coverity #1400681
> 
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
> ---
>  src/common/session-descriptor.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/src/common/session-descriptor.c b/src/common/session-descriptor.c
> index 208eb46ff..713731c3e 100644
> --- a/src/common/session-descriptor.c
> +++ b/src/common/session-descriptor.c
> @@ -550,14 +550,8 @@ lttng_session_descriptor_live_create(
>  	struct lttng_session_descriptor_live *descriptor;
>  
>  	descriptor = _lttng_session_descriptor_live_create(name, live_timer_us);
> -	if (!descriptor) {
> -		goto error;
> -	}
>  
>  	return descriptor ? &descriptor->base : NULL;
> -error:
> -	lttng_session_descriptor_destroy(descriptor ? &descriptor->base : NULL);
> -	return NULL;
>  }
>  
>  struct lttng_session_descriptor *
> -- 
> 2.17.1
> 


More information about the lttng-dev mailing list