mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
#191 clang-tidy reduce NOLINTs using asserts, remove DeadStores
This commit is contained in:
@ -674,7 +674,6 @@ INTERNAL int gs1_verify(struct zint_symbol *symbol, const unsigned char source[]
|
||||
|
||||
/* Resolve AI data - put resulting string in 'reduced' */
|
||||
j = 0;
|
||||
last_ai = 0;
|
||||
ai_latch = 1;
|
||||
for (i = 0; i < (int) src_len; i++) {
|
||||
if ((source[i] != '[') && (source[i] != ']')) {
|
||||
|
Reference in New Issue
Block a user