mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Remove superfluous code
This commit is contained in:
committed by
Robin Stuart
parent
bfb4d3284b
commit
63a252a573
@ -1079,9 +1079,6 @@ int general_rules(char field[], char type[]) {
|
||||
|
||||
block_count++;
|
||||
|
||||
for (i = 0; i < block_count; i++) {
|
||||
}
|
||||
|
||||
for (i = 0; i < block_count; i++) {
|
||||
current = block[1][i];
|
||||
next = (block[1][i + 1] & 0xFF);
|
||||
|
Reference in New Issue
Block a user