From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42AC0158086 for ; Tue, 2 Nov 2021 04:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87CA9E0893; Tue, 2 Nov 2021 04:28:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65F13E0893 for ; Tue, 2 Nov 2021 04:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 424E5342DEB for ; Tue, 2 Nov 2021 04:28:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FE26164 for ; Tue, 2 Nov 2021 04:28:17 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1635824610.71c438d90052579e2245c674ad430f9b01fed5a5.vapier@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: src/ X-VCS-Repository: proj/sandbox X-VCS-Files: src/sandbox.c X-VCS-Directories: src/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 71c438d90052579e2245c674ad430f9b01fed5a5 X-VCS-Branch: master Date: Tue, 2 Nov 2021 04:28:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83d0653e-47f1-46c3-88e4-959ddac87657 X-Archives-Hash: 53bbacdddde0aa0dede7a32a0dacec94 commit: 71c438d90052579e2245c674ad430f9b01fed5a5 Author: Mike Frysinger gentoo org> AuthorDate: Tue Nov 2 03:43:30 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Nov 2 03:43:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=71c438d9 sandbox: delete now unused variable Signed-off-by: Mike Frysinger gentoo.org> src/sandbox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sandbox.c b/src/sandbox.c index 3d43446..2d03dd4 100644 --- a/src/sandbox.c +++ b/src/sandbox.c @@ -267,7 +267,6 @@ int main(int argc, char **argv) if (argc >= 2) { int i; size_t cmdlen; - char *cmd = NULL; str_list_add_item_copy(argv_bash, run_str, oom_error); str_list_add_item_copy(argv_bash, argv[1], oom_error);