checkstyle fix, removing unneccessary code

This commit is contained in:
Jindra Petřík
2023-12-23 16:04:19 +01:00
parent 9e02ee6d30
commit 79349992a1
3 changed files with 5 additions and 61 deletions

View File

@@ -829,16 +829,15 @@ public class Graph {
protected SecondPassData prepareSecondPass(List<GraphTargetItem> list) {
return null;
}
protected void processSwitches(List<GraphTargetItem> list) {
processSwitches(list, -1);
}
protected void processOther(List<GraphTargetItem> list, long lastLoopId) {
}
protected void processSwitches(List<GraphTargetItem> list) {
processSwitches(list, -1);
}
/*
while(something){