File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/main/java/yasp/processors/warding Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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- */
61package yasp .processors .warding ;
72
83import 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
You can’t perform that action at this time.
0 commit comments