summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych_jars.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-29 13:24:56 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-29 13:24:56 +0000
commitc68da0fd494201dc5488606ba591a009c2cce3ce (patch)
tree8fe367bbb42e3972bf3307be3e5b6373d13deaa5 /ext/psych/lib/psych_jars.rb
parentc2329831fbd2f45a14234a7edafee5ed912e58ab (diff)
* ext/psych/lib/psych_jars.rb: removed needless file required to JRuby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/lib/psych_jars.rb')
-rw-r--r--ext/psych/lib/psych_jars.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/psych/lib/psych_jars.rb b/ext/psych/lib/psych_jars.rb
deleted file mode 100644
index bd7ea04de7..0000000000
--- a/ext/psych/lib/psych_jars.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# frozen_string_literal: false
-require 'psych/versions'
-require 'psych.jar'
-
-require 'jar-dependencies'
-require_jar('org.yaml', 'snakeyaml', Psych::DEFAULT_SNAKEYAML_VERSION)