summaryrefslogtreecommitdiff
path: root/ruby_2_2/ext/psych/lib/psych/set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/ext/psych/lib/psych/set.rb')
-rw-r--r--ruby_2_2/ext/psych/lib/psych/set.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby_2_2/ext/psych/lib/psych/set.rb b/ruby_2_2/ext/psych/lib/psych/set.rb
deleted file mode 100644
index 6793a8ed1b..0000000000
--- a/ruby_2_2/ext/psych/lib/psych/set.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-module Psych
- class Set < ::Hash
- end
-end