From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 6A249A04AB
	for <public@inbox.dpdk.org>; Wed,  6 Nov 2019 20:02:52 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 3F5381E8B7;
	Wed,  6 Nov 2019 20:02:46 +0100 (CET)
Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com
 [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 309291E87B
 for <stable@dpdk.org>; Wed,  6 Nov 2019 20:02:36 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1573066955;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=ucZ+VFvUm6I/nCFGc1O5idXdV//uY26x/3klSShN7ns=;
 b=E3FrCPVz2TB6IoAs5WVJTwCwxUAgTlrolMF5iQthRHj1zjYOdLbizQ0tQ8Y0IF2FE4dgqp
 JvIuQY+eO247hWb2ZM1/KHXzY/UXH0r//VutXMHd5m0VbRC+0kBr1QdEEz4zNWgx/3GPSa
 ka2MmtNTBLQSEq1siDmrUKG0t3k5YXE=
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
 [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id
 us-mta-167--D7E2GllMMWkoMPlVCBtsA-1; Wed, 06 Nov 2019 14:02:34 -0500
Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com
 [10.5.11.22])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1B692800C72;
 Wed,  6 Nov 2019 19:02:33 +0000 (UTC)
Received: from rh.redhat.com (unknown [10.36.118.56])
 by smtp.corp.redhat.com (Postfix) with ESMTP id B0C6E1001B35;
 Wed,  6 Nov 2019 19:02:31 +0000 (UTC)
From: Kevin Traynor <ktraynor@redhat.com>
To: dev@dpdk.org
Cc: david.marchand@redhat.com, Kevin Traynor <ktraynor@redhat.com>,
 stable@dpdk.org, Liang Ma <liang.j.ma@intel.com>
Date: Wed,  6 Nov 2019 19:02:02 +0000
Message-Id: <20191106190203.10750-8-ktraynor@redhat.com>
In-Reply-To: <20191106190203.10750-1-ktraynor@redhat.com>
References: <20191001125315.6191-1-ktraynor@redhat.com>
 <20191106190203.10750-1-ktraynor@redhat.com>
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22
X-MC-Unique: -D7E2GllMMWkoMPlVCBtsA-1
X-Mimecast-Spam-Score: 0
Content-Type: text/plain; charset=WINDOWS-1252
Content-Transfer-Encoding: quoted-printable
Subject: [dpdk-stable] [v2 PATCH 7/8] event/opdl: remove commented out code
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
Errors-To: stable-bounces@dpdk.org
Sender: "stable" <stable-bounces@dpdk.org>

Some variables are commented out. Remove them.

Fixes: d548ef513cd7 ("event/opdl: add unit tests")
Cc: stable@dpdk.org

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Liang Ma <liang.j.ma@intel.com>
---
 drivers/event/opdl/opdl_test.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/event/opdl/opdl_test.c b/drivers/event/opdl/opdl_test.=
c
index 5868ec1be..e7a32fbd3 100644
--- a/drivers/event/opdl/opdl_test.c
+++ b/drivers/event/opdl/opdl_test.c
@@ -696,7 +696,4 @@ static int
 single_link(struct test *t)
 {
-=09/* const uint8_t rx_port =3D 0; */
-=09/* const uint8_t w1_port =3D 1; */
-=09/* const uint8_t w3_port =3D 3; */
 =09const uint8_t tx_port =3D 2;
 =09int err;
--=20
2.21.0