Commit 44ca8c4
committed
Refactor: libcib: Assert to satisfy Coverity
Coverity is throwing a CHECKED_RETURN error here, because we check the
return value of cib__get_operation() 4 out of 5 times. However, it was
already checked in file_perform_op_delegate().
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>1 parent 90b599f commit 44ca8c4
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
0 commit comments