summaryrefslogtreecommitdiffhomepage
path: root/src/struct.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-23 18:30:49 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-23 18:30:49 +0900
commitd4ef3baca86fdf54c76db53fafa45116651782c9 (patch)
tree081e6381cdf70ccad24837ba87d458868ab4c1c6 /src/struct.c
parent1605ec8cd4f82a6b7e63d449ed048ddb8760fe40 (diff)
downloadmruby-d4ef3baca86fdf54c76db53fafa45116651782c9.tar.gz
mruby-d4ef3baca86fdf54c76db53fafa45116651782c9.zip
remove code for unsupported taint-mode
Diffstat (limited to 'src/struct.c')
-rw-r--r--src/struct.c1
1 files changed, 0 insertions, 1 deletions
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;
}