mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove code for unsupported taint-mode
This commit is contained in:
@@ -512,7 +512,6 @@ inspect_struct(mrb_state *mrb, mrb_value s, mrb_value dummy, int recur)
|
||||
mrb_str_append(mrb, str, mrb_inspect(mrb, ptr[i]));
|
||||
}
|
||||
mrb_str_cat2(mrb, str, ">");
|
||||
//OBJ_INFECT(str, s);
|
||||
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user