Commit 8a8c581a authored by Robert Haas's avatar Robert Haas

Remove unnecessary NULL test.

Spotted by Coverity and reported by Michael Paquier.  Per discussion,
we don't necessarily care about making Coverity happy in all such
instances, but we can go ahead and change them where it otherwise
seems to improve the code.
parent 31c018ec
......@@ -402,7 +402,6 @@ get_control_data(ClusterInfo *cluster, bool live_check)
}
}
if (output)
pclose(output);
/*
......
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