From 485ec81ad847ae4e8b2af8c3ecb006da8fa7cb15 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Thu, 12 Jan 2023 15:24:58 -0600 Subject: Clean up imports --- ext/java/org/jruby/ext/psych/PsychParser.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext') diff --git a/ext/java/org/jruby/ext/psych/PsychParser.java b/ext/java/org/jruby/ext/psych/PsychParser.java index f76024d..c4280d4 100644 --- a/ext/java/org/jruby/ext/psych/PsychParser.java +++ b/ext/java/org/jruby/ext/psych/PsychParser.java @@ -55,15 +55,12 @@ import org.jruby.anno.JRubyMethod; import static org.jruby.ext.psych.PsychLibrary.YAMLEncoding.*; import org.jruby.runtime.Block; import org.jruby.runtime.Helpers; -import org.jruby.runtime.ObjectAllocator; import org.jruby.runtime.ThreadContext; import org.jruby.runtime.builtin.IRubyObject; import org.jruby.runtime.callsite.CachingCallSite; import org.jruby.runtime.callsite.FunctionalCachingCallSite; import org.jruby.util.IOInputStream; import org.jruby.util.io.EncodingUtils; -import org.jruby.util.log.Logger; -import org.jruby.util.log.LoggerFactory; import org.yaml.snakeyaml.DumperOptions; import org.yaml.snakeyaml.error.Mark; import org.yaml.snakeyaml.error.MarkedYAMLException; -- cgit v1.2.1