COVERITY 11: remove dead code from cpg_iteration_next().

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2545 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Angus Salkeld 2009-11-22 06:29:46 +00:00
parent e5b94a352e
commit 870e4549df

View File

@ -860,7 +860,7 @@ cs_error_t cpg_iteration_next(
description,
&res_lib_cpg_iterationnext->description);
error = (error == CS_OK ? res_lib_cpg_iterationnext->header.error : error);
error = res_lib_cpg_iterationnext->header.error;
coroipcc_msg_send_reply_receive_in_buf_put(
cpg_iteration_instance->conn_handle);