From c68da0fd494201dc5488606ba591a009c2cce3ce Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 29 Jun 2016 13:24:56 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ ext/psych/lib/psych_jars.rb | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 ext/psych/lib/psych_jars.rb diff --git a/ChangeLog b/ChangeLog index 435fc3f192..d407fd7892 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 29 22:24:37 2016 SHIBATA Hiroshi + + * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby. + Wed Jun 29 22:21:38 2016 Kazuki Yamaguchi * ext/openssl/ossl_ocsp.c: The "reuse" behavior of d2i_ functions does 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)