From patchwork Fri Dec 20 16:55:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ariel Otilibili X-Patchwork-Id: 13917137 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 35330E7718C for ; Fri, 20 Dec 2024 16:59:20 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.861885.1273913 (Exim 4.92) (envelope-from ) id 1tOgLB-0008Ca-IK; Fri, 20 Dec 2024 16:59:05 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 861885.1273913; Fri, 20 Dec 2024 16:59:05 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tOgLB-0008CT-F8; Fri, 20 Dec 2024 16:59:05 +0000 Received: by outflank-mailman (input) for mailman id 861885; Fri, 20 Dec 2024 16:59:04 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tOgL9-0008Bw-9w for xen-devel@lists.xenproject.org; Fri, 20 Dec 2024 16:59:04 +0000 Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id b52dad4b-bef3-11ef-99a3-01e77a169b0f; Fri, 20 Dec 2024 17:59:00 +0100 (CET) Received: from waha.eurecom.fr (HELO smtps.eurecom.fr) ([10.3.2.236]) by drago1i.eurecom.fr with ESMTP; 20 Dec 2024 17:58:59 +0100 Received: from localhost.localdomain (88-183-119-157.subs.proxad.net [88.183.119.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtps.eurecom.fr (Postfix) with ESMTPSA id EAAAF249B; Fri, 20 Dec 2024 17:58:58 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: b52dad4b-bef3-11ef-99a3-01e77a169b0f DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1734713940; x=1766249940; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6ayZlOYbibzJJ0P/4FSByg1LP3Aw1qXMWugsZckGMwU=; b=IOJEdC2Ae8pEQA48j2xpeetc99fUgKsHN5SizhRSahKRJJpnjyokln3S OJqzX0nsXZp+NT9lzBmlpjUXvK9A3scHUMdEHfMrhSOeV46b2Efw2e548 51gDpz/lh5vP32Ur9Frf7VZCUtNt61ZgSGzVKySJqE1W8oIH9cRumgOQG E=; X-CSE-ConnectionGUID: ABl+VTsURsqIcznGdeA1sg== X-CSE-MsgGUID: pyKCtXeXQrKPT36fqiP3Bg== X-IronPort-AV: E=Sophos;i="6.12,251,1728943200"; d="scan'208";a="28280238" From: Ariel Otilibili To: xen-devel@lists.xenproject.org Cc: Ariel Otilibili , Doug Goldstein , Anthony PERARD , Juergen Gross , "Daniel P. Smith" Subject: [PATCH 0/2] tools/libs,xen/tools: remove dead code Date: Fri, 20 Dec 2024 17:55:00 +0100 Message-ID: <20241220165837.937976-1-Ariel.Otilibili-Anieli@eurecom.fr> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Hello, This series addresses the Coverity IDs 1056148, 1056149, & 1458052. Thank you, Ariel Otilibili (2): tools/libs: remove dead code xen/tools: remove dead code tools/libs/light/libxl_create.c | 1 - tools/libs/light/libxl_device.c | 1 - xen/tools/kconfig/expr.c | 2 -- 3 files changed, 4 deletions(-)