Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary Rational._new method #6149

Merged
merged 1 commit into from
Jan 20, 2024
Merged

Conversation

dearblue
Copy link
Contributor

At this point, I would guess that it is definition only and probably not used from anywhere else.

% git grep -wn _new
mrbgems/mruby-rational/src/rational.c:774:  mrb_define_class_method(mrb, rat, "_new", rational_s_new, MRB_ARGS_REQ(2));

@dearblue dearblue requested a review from matz as a code owner January 20, 2024 13:06
@matz matz merged commit 028c53d into mruby:master Jan 20, 2024
10 of 12 checks passed
@dearblue dearblue deleted the rational.new branch January 21, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants