Skip to content

Commit

Permalink
removes an unused import declaration as PR 384 mentions.
Browse files Browse the repository at this point in the history
  • Loading branch information
chibash committed May 12, 2022
1 parent 8fc31b8 commit e77a626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/javassist/convert/TransformCallToStatic.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package javassist.convert;

import javassist.CtMethod;
import javassist.bytecode.BadBytecode;
import javassist.bytecode.CodeIterator;
import javassist.bytecode.ConstPool;
import javassist.bytecode.Descriptor;
Expand Down

0 comments on commit e77a626

Please sign in to comment.