Skip to content

Commit ebdd7b4

Browse files
micael.bergeronevaldobratti
authored andcommitted
remove the indirection map (was not used)
1 parent 1bf59ae commit ebdd7b4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/yasp/processors/warding/Wards.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this license header, choose License Headers in Project Properties.
3-
* To change this template file, choose Tools | Templates
4-
* and open the template in the editor.
5-
*/
61
package yasp.processors.warding;
72

83
import java.util.ArrayDeque;
@@ -55,9 +50,6 @@ public class Wards {
5550
WARDS_TARGET_NAMES = Collections.unmodifiableSet(new HashSet<>(target_by_dtclass.values()));
5651
}
5752

58-
// simple inderection map
59-
private static int[] WARD_DT_CLASSES_TO_TARGET_NAMES = new int[] {0, 0, 1, 1 };
60-
6153
private final Map<Integer, FieldPath> lifeStatePaths = new HashMap<>();
6254
private final Map<Integer, Integer> currentLifeState = new HashMap<>();
6355

0 commit comments

Comments
 (0)