Skip to content

Commit

Permalink
Fix unreachable code (#13865)
Browse files Browse the repository at this point in the history
- Fix unreachable code in SVDF import

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
chunseoklee authored Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 19e8a47 commit c0841ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions onert-micro/onert-micro/src/import/kernels/SVDF.cpp
Original file line number Diff line number Diff line change
@@ -72,9 +72,6 @@ OMStatus onert_micro::import::configure_kernel_CircleSVDF(const OMConfigureArgs

OMStatus status = Ok;

if (status != Ok)
return status;

const auto *options = runtime_kernel.first_operator->builtin_options_as_SVDFOptions();
status = utils::checkCondition(options != nullptr);
if (status != Ok)

0 comments on commit c0841ee

Please sign in to comment.