Skip to content

Commit

Permalink
Merge branch 'bugfix/idf-10972' into 'master'
Browse files Browse the repository at this point in the history
fix the coverity issue of 'Constant' variable guards dead code

Closes IDF-10972

See merge request espressif/esp-idf!33788
  • Loading branch information
jack0c committed Sep 29, 2024
2 parents 42f1e21 + f85ef40 commit 906f36b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/esp_hw_support/sleep_retention.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,6 @@ static esp_err_t sleep_retention_entries_create_impl(const sleep_retention_entri
return ESP_ERR_NO_MEM;
}
sleep_retention_entries_update(retent[i].owner, link, priority);
} else {
break;
}
}
_lock_release_recursive(&s_retention.lock);
Expand Down

0 comments on commit 906f36b

Please sign in to comment.