From commits-return-48469-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Thu Jun 27 19:32:42 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4C77A180679 for ; Thu, 27 Jun 2019 21:32:42 +0200 (CEST) Received: (qmail 34210 invoked by uid 500); 27 Jun 2019 19:32:41 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 34201 invoked by uid 99); 27 Jun 2019 19:32:41 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2019 19:32:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8504C87AD7; Thu, 27 Jun 2019 19:32:41 +0000 (UTC) Date: Thu, 27 Jun 2019 19:32:41 +0000 To: "commits@qpid.apache.org" Subject: [qpid-dispatch] branch master updated: NO-JIRA: delete duplicate line of code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156166396146.32015.15545540274876029223@gitbox.apache.org> From: chug@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-dispatch X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5885b4fa29f81cf394521ca6729538fe6273263f X-Git-Newrev: 3603fd53667ee04f25e45a113f9c5948d59c4fd4 X-Git-Rev: 3603fd53667ee04f25e45a113f9c5948d59c4fd4 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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