Remove superfluous code

This commit is contained in:
Boris Zentner 2016-05-22 22:26:00 +02:00 committed by Robin Stuart
parent bfb4d3284b
commit 63a252a573
6 changed files with 0 additions and 29 deletions

View file

@ -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);