glusterfsd: Remove dead code.

Previous cleanup of this function had removed some lines
which had left dead code. Just removing that.

Fix for coverity CID: 1167461 .

Change-Id: I2a34fc407ce0eb4c4ba759c8ce6574a00b37020a
BUG: 789278
Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/6937
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Raghavendra Talur 2014-02-07 16:45:58 +05:30 committed by Vijay Bellur
parent dc6f7acaed
commit 2a77659e9c

View File

@ -1561,8 +1561,6 @@ glusterfs_pidfile_setup (glusterfs_ctx_t *ctx)
ret = 0; ret = 0;
out: out:
if (ret && pidfp)
fclose (pidfp);
return ret; return ret;
} }