mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
zlib: remove redundant rb_obj_reveal
No need to reveal strings freshly created with rb_str_new. * ext/zlib/zlib.c (zstream_detach_input): remove redundant call git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6c721bd44f
commit
e93600334e
1 changed files with 0 additions and 1 deletions
|
@ -882,7 +882,6 @@ zstream_detach_input(struct zstream *z)
|
|||
rb_obj_reveal(dst, rb_cString);
|
||||
}
|
||||
z->input = Qnil;
|
||||
rb_obj_reveal(dst, rb_cString);
|
||||
return dst;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue