diff --git a/object.c b/object.c index 30c3ba2030..d3e100d11f 100644 --- a/object.c +++ b/object.c @@ -137,9 +137,6 @@ rb_obj_setup(VALUE obj, VALUE klass, VALUE type) * Case Equality -- For class Object, effectively the same as calling * #==, but typically overridden by descendants to provide * meaningful semantics in +case+ statements. - *-- - * Same as \c Object#===, case equality. - *++ */ #define case_equal rb_equal /* The default implementation of #=== is