Skip to content

Commit 199c72d

Browse files
[fix][tests] Remove logically dead code (#1113)
1 parent fffa765 commit 199c72d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/ref/ref_store.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ REF_INLINE qpl_status own_store_value_32(const uint32_t* const source_ptr, uint3
205205

206206
if (QPL_ONE_32U == source_bit_width) {
207207
if (0U < value) {
208-
if (UINT32_MAX < index) { return QPL_STS_OUTPUT_OVERFLOW_ERR; }
209-
210208
REF_CHECK_PTR_END((uint8_t*)current_destination_ptr, destination_end_ptr, sizeof(uint32_t),
211209
QPL_STS_DST_IS_SHORT_ERR);
212210

0 commit comments

Comments
 (0)