From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jY2l0-0008RF-4i for barebox@lists.infradead.org; Mon, 11 May 2020 07:21:49 +0000 From: Ahmad Fatoum Date: Mon, 11 May 2020 09:21:38 +0200 Message-Id: <20200511072140.29610-22-a.fatoum@pengutronix.de> In-Reply-To: <20200511072140.29610-1-a.fatoum@pengutronix.de> References: <20200511072140.29610-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 21/23] commands: test: drop dead assignment To: barebox@lists.infradead.org Cc: Ahmad Fatoum last_expr is set to a different value few lines later. Drop the dead assignment. Signed-off-by: Ahmad Fatoum --- commands/test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/test.c b/commands/test.c index 505b7c56b1a4..c845cec01789 100644 --- a/commands/test.c +++ b/commands/test.c @@ -86,7 +86,6 @@ static int do_test(int argc, char *argv[]) if (argc < 2) return 1; - last_expr = 0; left = argc - 1; ap = argv + 1; -- 2.26.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox