Commit 1e7de54
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 1e7de54
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments