Fix: remove dead code
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 3 Aug 2017 13:35:12 +0000 (09:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Aug 2017 19:48:15 +0000 (15:48 -0400)
commitd4f9f0df90db44058835affbcaee15383e7c4258
tree53debf0e39f8ce1e72e5d587e5d982e0459ec895
parentda4fc746ed6f146ac9e714f22ef976a8ec7b0f8e
Fix: remove dead code

Found by Coverity:

notnull: At condition event, the value of event cannot be NULL.
   dead_error_condition: The condition event must be true.
CID 1376157 (#1 of 1): Logically dead code (DEADCODE)dead_error_line:
Execution cannot reach the expression NULL inside this statement:
event_class = (event ? bt_g...

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/ctf-ir/event.c
This page took 0.024943 seconds and 4 git commands to generate.