Skip to content

Commit

Permalink
Fix unreachable code
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]>
  • Loading branch information
chunseoklee committed Aug 30, 2024
1 parent 0a96e7b commit b858587
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
Expand Up @@ -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)
Expand Down

0 comments on commit b858587

Please sign in to comment.