From patchwork Thu Jul 27 04:09:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Elliott Mitchell X-Patchwork-Id: 13338821 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 9A5DBC001DF for ; Wed, 2 Aug 2023 21:18:52 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.575281.901073 (Exim 4.92) (envelope-from ) id 1qRJEv-0002w9-Sc; Wed, 02 Aug 2023 21:18:41 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 575281.901073; Wed, 02 Aug 2023 21:18:41 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qRJEv-0002w2-PK; Wed, 02 Aug 2023 21:18:41 +0000 Received: by outflank-mailman (input) for mailman id 575281; Wed, 02 Aug 2023 21:18:40 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qRJEu-0002vw-Gn for xen-devel@lists.xenproject.org; Wed, 02 Aug 2023 21:18:40 +0000 Received: from mailhost.m5p.com (mailhost.m5p.com [74.104.188.4]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 25e12516-317a-11ee-b263-6b7b168915f2; Wed, 02 Aug 2023 23:18:39 +0200 (CEST) Received: from m5p.com (mailhost.m5p.com [IPv6:2001:470:1f07:15ff:0:0:0:f7]) by mailhost.m5p.com (8.16.1/8.15.2) with ESMTPS id 372LIUvV008334 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 2 Aug 2023 17:18:36 -0400 (EDT) (envelope-from ehem@m5p.com) Received: (from ehem@localhost) by m5p.com (8.16.1/8.15.2/Submit) id 372LIUPs008333; Wed, 2 Aug 2023 14:18:30 -0700 (PDT) (envelope-from ehem) 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: 25e12516-317a-11ee-b263-6b7b168915f2 Message-Id: <2d87776c7cf9637f10cade3de5c9dcd3d1c96931.1690990427.git.ehem+xen@m5p.com> In-Reply-To: References: From: Elliott Mitchell To: xen-devel@lists.xenproject.org Cc: Wei Liu Cc: Anthony PERARD Cc: Juergen Gross Date: Wed, 26 Jul 2023 21:09:21 -0700 Subject: [PATCH 03/22] tools/utils: remove old declaration of xlu__cfg_yyparse() This was added at b104c3762dc. Appears this was fixed in the intervening decade. Otherwise this could have been an issue from using advanced features of Bison. Now this appears unnecessary. Signed-off-by: Elliott Mitchell --- tools/libs/util/libxlu_cfg_i.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/libs/util/libxlu_cfg_i.h b/tools/libs/util/libxlu_cfg_i.h index 4217f5b28d..3717b9460c 100644 --- a/tools/libs/util/libxlu_cfg_i.h +++ b/tools/libs/util/libxlu_cfg_i.h @@ -42,12 +42,6 @@ void xlu__cfgl_lexicalerror(CfgParseContext*, char const *msg); void xlu__cfgl_likely_python(CfgParseContext *ctx); - - -/* Why oh why does bison not declare this in its autogenerated .h ? */ -int xlu__cfg_yyparse(CfgParseContext *ctx); - - #endif /*LIBXLU_CFG_I_H*/ /*