protocol-client: Removal of Logically dead code.

CID: 1124447
The values of the pointer varibale checked,
before going to out label was always NULL,
hence dead code related to that is removed.

Change-Id: I0f9b84c7feb34072814557ddd023f2ae1c64ef7e
BUG: 789278
Signed-off-by: arao <arao@redhat.com>
Reviewed-on: http://review.gluster.org/9646
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
arao 2015-02-12 15:27:00 +05:30 committed by Vijay Bellur
parent 2355012f38
commit 059e085752

View File

@ -3001,9 +3001,6 @@ out:
GF_FREE (fdctx);
}
if (ret && fr)
STACK_DESTROY (fr->root);
return ret;
}