summaryrefslogtreecommitdiff
path: root/ractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'ractor.c')
-rw-r--r--ractor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ractor.c b/ractor.c
index 35fbc89a29..a4ece101a1 100644
--- a/ractor.c
+++ b/ractor.c
@@ -3135,7 +3135,6 @@ ractor_local_value(rb_execution_context_t *ec, VALUE self, VALUE sym)
VALUE val;
if (id && tbl && rb_id_table_lookup(tbl, id, &val)) {
- rp(val);
return val;
}
else {