Remove duplicate macro definition

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-01-09 08:43:50 +00:00
parent fc9e0302ea
commit bc27f87889

View File

@ -2472,8 +2472,6 @@ parse_rat(const char *s, const char *const e, int strict, int raise)
return num;
}
#define FLOAT_ZERO_P(x) (rb_float_value(x) == 0.0)
static VALUE
string_to_r_strict(VALUE self, int raise)
{