Skip to content

Commit bc5ad36

Browse files
authored
[CORE] coverity - fix detected issues (#30390)
### Details: - Dereference null return value [DONE] - Structurally dead code [DONE] - Logically dead code [DONE] - Unsigned compared against 0 [DONE] - Check of thread-shared field evades lock acquisition [move: [*167211*](https://jira.devtools.intel.com/browse/CVS-167211)] - Uncaught exception [DONE] ### Tickets: - [*165945*](https://jira.devtools.intel.com/browse/CVS-165945)
1 parent a129120 commit bc5ad36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frontends/tensorflow_lite/src/decoder_flatbuffer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ ov::Any get_value_as_ov_any(const flexbuffers::Reference& value) {
144144
default:
145145
return {};
146146
}
147-
return {};
148147
}
149148

150149
ov::Any DecoderFlatBuffer::get_attribute(const std::string& name) const {

0 commit comments

Comments
 (0)