1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove unused variables

This commit is contained in:
Kazuki Tsujimoto 2020-06-20 11:11:50 +09:00
parent a3c8ade1b3
commit e8b2578d31
No known key found for this signature in database
GPG key ID: BCEA306C49B81CD7

1
proc.c
View file

@ -1259,7 +1259,6 @@ proc_eq(VALUE self, VALUE other)
{
const rb_proc_t *self_proc, *other_proc;
const struct rb_block *self_block, *other_block;
const struct rb_captured_block *self_cblock, *other_cblock;
if (rb_obj_class(self) != rb_obj_class(other)) {
return Qfalse;