You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2019/06/27 19:32:41 UTC

[qpid-dispatch] branch master updated: NO-JIRA: delete duplicate line of code

This is an automated email from the ASF dual-hosted git repository.

chug pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 3603fd5  NO-JIRA: delete duplicate line of code
3603fd5 is described below

commit 3603fd53667ee04f25e45a113f9c5948d59c4fd4
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Thu Jun 27 15:31:20 2019 -0400

    NO-JIRA: delete duplicate line of code
---
 src/message.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/message.c b/src/message.c
index 95330a5..2335fed 100644
--- a/src/message.c
+++ b/src/message.c
@@ -890,7 +890,6 @@ qd_message_t *qd_message()
     DEQ_INIT(msg->ma_to_override);
     DEQ_INIT(msg->ma_trace);
     DEQ_INIT(msg->ma_ingress);
-    msg->ma_phase = 0;
     msg->ma_phase      = 0;
     msg->sent_depth    = QD_DEPTH_NONE;
     msg->cursor.buffer = 0;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org