Skip to content

Commit cbe875e

Browse files
committed
remove obsolete assignment
1 parent 008cd1e commit cbe875e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/common/process_mirror.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def convert_to_fd(obj, target)
185185
[obj[0], File::RDONLY, 0644]
186186
when 2
187187
if obj[0] == :child
188-
fd = convert_to_fd obj[1], target
188+
convert_to_fd obj[1], target
189189
else
190190
[obj[0], convert_file_mode(obj[1]), 0644]
191191
end

0 commit comments

Comments
 (0)