Commit af415076 by Serge Hallyn

coverity: remove logically dead code

parent a611bce1
...@@ -708,8 +708,6 @@ error: ...@@ -708,8 +708,6 @@ error:
free(fp); free(fp);
} }
if (child_end != -1)
close(child_end);
if (parent_end != -1) if (parent_end != -1)
close(parent_end); close(parent_end);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment