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