summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuki Tsujimoto <kazuki@callcc.net>2020-06-20 11:11:50 +0900
committerKazuki Tsujimoto <kazuki@callcc.net>2020-06-20 11:11:50 +0900
commite8b2578d31fd0eaf0d05ea3f669bffe1e80db00f (patch)
tree2a7722d22758dca18bfe7ef1eeb222677442a392
parenta3c8ade1b34700f126abfea1480322ef36932d61 (diff)
Remove unused variables
-rw-r--r--proc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 82b48dff9f..332cd81652 100644
--- a/proc.c
+++ b/proc.c
@@ -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;