diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-23 18:30:49 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-23 18:30:49 +0900 |
| commit | d4ef3baca86fdf54c76db53fafa45116651782c9 (patch) | |
| tree | 081e6381cdf70ccad24837ba87d458868ab4c1c6 /src/struct.c | |
| parent | 1605ec8cd4f82a6b7e63d449ed048ddb8760fe40 (diff) | |
| download | mruby-d4ef3baca86fdf54c76db53fafa45116651782c9.tar.gz mruby-d4ef3baca86fdf54c76db53fafa45116651782c9.zip | |
remove code for unsupported taint-mode
Diffstat (limited to 'src/struct.c')
| -rw-r--r-- | src/struct.c | 1 |
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; } |
