Remove a meaningless branch condition in `mruby-struct`
The following branch condition is always true: // mrbgems/mruby-struct/src/struct.c:187 in make_struct_define_accessors() if (is_local_id(mrb, name) || is_const_id(mrb, name)) {
Showing
Please register or sign in to comment