summaryrefslogtreecommitdiff
path: root/ext/java/org/jruby/ext/psych/PsychLibrary.java
diff options
context:
space:
mode:
Diffstat (limited to 'ext/java/org/jruby/ext/psych/PsychLibrary.java')
-rw-r--r--ext/java/org/jruby/ext/psych/PsychLibrary.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/java/org/jruby/ext/psych/PsychLibrary.java b/ext/java/org/jruby/ext/psych/PsychLibrary.java
index 44f9415..5141ea6 100644
--- a/ext/java/org/jruby/ext/psych/PsychLibrary.java
+++ b/ext/java/org/jruby/ext/psych/PsychLibrary.java
@@ -105,7 +105,6 @@ public class PsychLibrary implements Library {
PsychParser.initPsychParser(runtime, psych);
PsychEmitter.initPsychEmitter(runtime, psych);
PsychToRuby.initPsychToRuby(runtime, psych);
- PsychYamlTree.initPsychYamlTree(runtime, psych);
}
public enum YAMLEncoding {