summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych_jars.rb
diff options
context:
space:
mode:
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)