summaryrefslogtreecommitdiff
path: root/lib/yaml/types.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml/types.rb')
-rw-r--r--lib/yaml/types.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/yaml/types.rb b/lib/yaml/types.rb
index b34c38fe71..294fb36a57 100644
--- a/lib/yaml/types.rb
+++ b/lib/yaml/types.rb
@@ -2,9 +2,6 @@
# Classes required by the full core typeset
#
-# Ruby 1.6.x Object#object_id
-class Object; alias_method :object_id, :id; end unless Object.respond_to? :object_id
-
module YAML
#