mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 11:54:54 +00:00
checkstyle fix, removing unneccessary code
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user