summaryrefslogtreecommitdiffhomepage
path: root/src/struct.c
diff options
context:
space:
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;
}