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 1jg2gi-000701-AO for barebox@lists.infradead.org; Tue, 02 Jun 2020 08:54:28 +0000 From: Ahmad Fatoum Date: Tue, 2 Jun 2020 10:54:10 +0200 Message-Id: <20200602085412.16554-24-a.fatoum@pengutronix.de> In-Reply-To: <20200602085412.16554-1-a.fatoum@pengutronix.de> References: <20200602085412.16554-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 v2 23/25] 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.27.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox