Skip to content

Commit

Permalink
[JVM] Remove some unused imports from GlobalContext
Browse files Browse the repository at this point in the history
usev6++
  • Loading branch information
Kaiepi committed Oct 23, 2022
1 parent dff4850 commit f4177ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vm/jvm/runtime/org/raku/nqp/runtime/GlobalContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
import java.io.PrintStream;
import java.io.UnsupportedEncodingException;
import java.lang.ref.WeakReference;
import java.util.concurrent.CopyOnWriteArraySet;
import java.util.HashMap;
import java.util.Set;
import java.util.Timer;
import java.util.WeakHashMap;

Expand Down

0 comments on commit f4177ab

Please sign in to comment.