Skip to content

Commit 9039042

Browse files
committed
Remove meaningless code.
This is introduced by a method refactor of commit fc690d0.
1 parent 2160db1 commit 9039042

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/concurrent/dereferenceable.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def set_deref_options(opts = {})
9292
def apply_deref_options(value) # :nodoc:
9393
return nil if value.nil?
9494
return value if @do_nothing_on_deref
95-
value = value
9695
value = @copy_on_deref.call(value) if @copy_on_deref
9796
value = value.dup if @dup_on_deref
9897
value = value.freeze if @freeze_on_deref

0 commit comments

Comments
 (0)