summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--object.c3
1 files changed, 0 insertions, 3 deletions
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
* <code>#==</code>, 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