fix coverity issue 37/288737/1 accepted/tizen_unified tizen accepted/tizen/unified/20230316.174026
authorInki Dae <inki.dae@samsung.com>
Wed, 22 Feb 2023 07:29:02 +0000 (16:29 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 22 Feb 2023 07:31:37 +0000 (16:31 +0900)
commit6ec769532066ffc01f05eda7f9b3e3f9254a4825
tree9b35fbc35d447d0f754fed5a1b33d19e7e43a4d4
parent022e43ee4820bacf9d179bd1907e6a4dd080e70b
fix coverity issue

[Version] : 0.0.2
[Issue type] bug fix

CID : 1656258

Fixed a coverity issue, Dead default in switch.
For invalid format type, it will be handled by switch-case statement.
So drop unnecessary exception handling.

Change-Id: I6dee7f5e83682b4c05001317d3f3845980cfb728
Signed-off-by: Inki Dae <inki.dae@samsung.com>
packaging/inference-engine-armnn.spec
src/inference_engine_armnn.cpp