Skip to content

Commit a19be74

Browse files
committed
Remove incorrect usage of MUST_INLINE
1 parent d30145b commit a19be74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/c/cext/ruby.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,6 @@ int rb_tr_writable(int mode) {
27942794
return polyglot_as_boolean(polyglot_invoke(RUBY_CEXT, "rb_tr_writable", mode));
27952795
}
27962796

2797-
MUST_INLINE
27982797
int rb_io_extract_encoding_option(VALUE opt, rb_encoding **enc_p, rb_encoding **enc2_p, int *fmode_p) {
27992798
// TODO (pitr-ch 12-Jun-2017): review, just approximate implementation
28002799
VALUE encoding = rb_cEncoding;

0 commit comments

Comments
 (0)