Oh this was important
This commit is contained in:
@@ -253,6 +253,8 @@ public class UnusedParameters implements Deobfuscator
|
|||||||
removeParameter(methods, signature, execution, unusedParameter, lvtIndexes[unusedParameter]);
|
removeParameter(methods, signature, execution, unusedParameter, lvtIndexes[unusedParameter]);
|
||||||
|
|
||||||
++count;
|
++count;
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new int[] { count };
|
return new int[] { count };
|
||||||
@@ -274,7 +276,6 @@ public class UnusedParameters implements Deobfuscator
|
|||||||
i = checkParametersOnce(execution, group);
|
i = checkParametersOnce(execution, group);
|
||||||
|
|
||||||
count += i[0];
|
count += i[0];
|
||||||
//break;
|
|
||||||
}
|
}
|
||||||
while (i[0] > 0);
|
while (i[0] > 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user