minor cleanup

This commit is contained in:
Sathesh 2023-05-26 18:26:48 -07:00
parent 30a07f9c60
commit c3df080118
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ public class Initializer {
}
try {
c.getGenericSuperclass();
inst.retransformClasses(c);
} catch (Throwable e) {
DebugInfo.error("Retransform class failed: " + name, e);