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:
parent
2355012f38
commit
059e085752
@ -3001,9 +3001,6 @@ out:
|
||||
GF_FREE (fdctx);
|
||||
}
|
||||
|
||||
if (ret && fr)
|
||||
STACK_DESTROY (fr->root);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user