Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Sep 29, 2024
1 parent b181e0e commit 01efa0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/quiltmc/enigma_plugin/util/AsmUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@
import org.objectweb.asm.tree.MethodInsnNode;
import org.objectweb.asm.tree.MethodNode;
import org.objectweb.asm.tree.ParameterNode;
import org.objectweb.asm.tree.TryCatchBlockNode;
import org.objectweb.asm.tree.analysis.Frame;
import org.objectweb.asm.tree.analysis.SourceValue;
import org.objectweb.asm.util.Textifier;
import org.objectweb.asm.util.TraceMethodVisitor;

import java.io.PrintWriter;
import java.util.Optional;
import java.util.function.Predicate;

Expand Down

0 comments on commit 01efa0c

Please sign in to comment.