From: Jérémie Galarneau Date: Fri, 31 Jan 2020 22:56:26 +0000 (-0500) Subject: Clean-up: consumerd: remove unreachable code X-Git-Tag: v2.12.0-rc1~11 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=c585b4b94a2f517485cdf1c2f3efe8d26e44b05d;hp=c585b4b94a2f517485cdf1c2f3efe8d26e44b05d Clean-up: consumerd: remove unreachable code 1412204 Logically dead code The indicated dead code may have performed some action; that action will never occur. In consumer_clear_unmonitored_channel: Code can never be reached because of a logical contradiction (CWE-561) Reported-by: Coverity Scan Signed-off-by: Jérémie Galarneau Change-Id: I116ba5127bf30d3cee1e5f002d7360bc4bc22098 ---