From: Jonathan Rajotte Date: Tue, 25 Jul 2017 21:56:58 +0000 (-0400) Subject: Cleanup: ignore useless check of execl() return value X-Git-Tag: v2.11.0-rc1~477 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=6e2cc8d8a8193add85668d81385693f5fd662725;hp=6e2cc8d8a8193add85668d81385693f5fd662725 Cleanup: ignore useless check of execl() return value execl only return if there is an error. errno is handled hence no need to consider the return value which would always be -1. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---