mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-10 05:26:00 +00: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