summaryrefslogtreecommitdiff
path: root/marshal.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-09 16:02:02 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-09 16:02:02 +0000
commitf69af8e8777c2fd2e70481092bd46ee40676f3bf (patch)
tree8e3c736cc5f9bd5d9b91082eb36d1c95909c1c9e /marshal.c
parent634cfdc6e675e0643df699780dbbf44ff4854640 (diff)
Remove debug print.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/marshal.c b/marshal.c
index d572ecd33a..3659e15fbf 100644
--- a/marshal.c
+++ b/marshal.c
@@ -1396,7 +1396,6 @@ r_object0(struct load_arg *arg, int *ivp, VALUE extmod)
v = r_entry(rb_reg_new("", 0, options), arg);
if (ivp) {
r_ivar(v, arg);
- rb_p(v);
*ivp = Qfalse;
}
rb_enc_copy(str, v);