deadcode.DeadStores

This commit is contained in:
gtsoul-tech
2024-05-30 16:40:18 +03:00
parent 793025fab6
commit a846d496b4
6 changed files with 10 additions and 11 deletions

View File

@@ -134,7 +134,6 @@ u16 doWide16(const char *wide_entry, const u8 **c_inout, const u8 *end,
len_c -= 16;
}
pos = 0;
// at least one in (0, 16).
u32 loadLength_w = MIN(len_w, 16);
u32 loadLength_c = MIN(len_c, 16);