Skip to content

Commit cbe875e

Browse files
committedOct 10, 2015
remove obsolete assignment
1 parent 008cd1e commit cbe875e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎kernel/common/process_mirror.rb

+1-1
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)
Please sign in to comment.