Skip to content

Commit

Permalink
remove obsolete assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tak1n committed Oct 10, 2015
1 parent 008cd1e commit cbe875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/common/process_mirror.rb
Expand Up @@ -185,7 +185,7 @@ def convert_to_fd(obj, target)
[obj[0], File::RDONLY, 0644]
when 2
if obj[0] == :child
fd = convert_to_fd obj[1], target
convert_to_fd obj[1], target
else
[obj[0], convert_file_mode(obj[1]), 0644]
end
Expand Down

0 comments on commit cbe875e

Please sign in to comment.