From: Jérémie Galarneau Date: Fri, 24 Aug 2018 01:13:48 +0000 (-0400) Subject: Clean-up: remove useless check of event name X-Git-Tag: v2.11.0-rc1~109 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=bbcab087101aeaf9811074f9e622290e503104ca;hp=bbcab087101aeaf9811074f9e622290e503104ca;p=lttng-tools.git Clean-up: remove useless check of event name 'name' in the lttng_event structure is a fixed-size array, which will cause this condition to always evaluate to true. Signed-off-by: Jérémie Galarneau ---