From d4ef3baca86fdf54c76db53fafa45116651782c9 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Mon, 23 Apr 2012 18:30:49 +0900 Subject: remove code for unsupported taint-mode --- src/struct.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/struct.c') diff --git a/src/struct.c b/src/struct.c index cebbf0bda..41a6bb15c 100644 --- a/src/struct.c +++ b/src/struct.c @@ -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; } -- cgit v1.2.3