summaryrefslogtreecommitdiff
path: root/lib/rubygems/psych_additions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/psych_additions.rb')
-rw-r--r--lib/rubygems/psych_additions.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/rubygems/psych_additions.rb b/lib/rubygems/psych_additions.rb
deleted file mode 100644
index a13c1ec676..0000000000
--- a/lib/rubygems/psych_additions.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# frozen_string_literal: true
-# This exists just to satisfy bugs in marshal'd gemspecs that
-# contain a reference to Psych::PrivateType. We prune these out
-# in Specification._load, but if we don't have the constant, Marshal
-# blows up.
-
-module Psych # :nodoc:
- class PrivateType # :nodoc:
- end
-end