summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2023-01-12 15:24:58 -0600
committerCharles Oliver Nutter <headius@headius.com>2023-01-12 15:24:58 -0600
commit485ec81ad847ae4e8b2af8c3ecb006da8fa7cb15 (patch)
tree601783f4fc6bd91cb4864eb9473ff5a01a91b20d
parent1af35d7d6dac9cd5aa136e35461cd9600bdcd25d (diff)
downloadpsych-485ec81ad847ae4e8b2af8c3ecb006da8fa7cb15.tar.gz
Clean up imports
-rw-r--r--ext/java/org/jruby/ext/psych/PsychParser.java3
1 files changed, 0 insertions, 3 deletions
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;