Skip to content

Commit

Permalink
Remove unneeded comments in rational.c
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS authored and hsbt committed Aug 31, 2021
1 parent b6691e9 commit a826747
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rational.c
Expand Up @@ -1881,8 +1881,6 @@ nurat_marshal_load(VALUE self, VALUE a)
return self;
}

/* --- */

VALUE
rb_rational_reciprocal(VALUE x)
{
Expand Down Expand Up @@ -2814,8 +2812,6 @@ Init_Rational(void)
rb_define_private_method(compat, "marshal_load", nurat_marshal_load, 1);
rb_marshal_define_compat(rb_cRational, compat, nurat_dumper, nurat_loader);

/* --- */

rb_define_method(rb_cInteger, "gcd", rb_gcd, 1);
rb_define_method(rb_cInteger, "lcm", rb_lcm, 1);
rb_define_method(rb_cInteger, "gcdlcm", rb_gcdlcm, 1);
Expand Down

0 comments on commit a826747

Please sign in to comment.