From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 506641F8C6 for ; Mon, 23 Aug 2021 01:06:39 +0000 (UTC) Received: from localhost ([::1]:37156 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHyQA-0004iU-4V for normalperson@yhbt.net; Sun, 22 Aug 2021 21:06:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48380) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHyQ4-0004iG-JD for bug-gnulib@gnu.org; Sun, 22 Aug 2021 21:06:32 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([85.215.255.25]:32992) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHyQ2-0006BV-LF for bug-gnulib@gnu.org; Sun, 22 Aug 2021 21:06:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1629680784; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:To:From:Cc:Date:From: Subject:Sender; bh=vaICsUdVze/6WphfGcTf0XfgC3b56Ufc33nLCHT0tlU=; b=eUzollZAOB7uDw9AWV4CXpcPW8pV3ZdjD3mqNKutke+vvQltC8aQrQbj5GmirAVUM3 ln2OY3iecVaESWvy+rMKcRLFlkKt6mfbYDlkTI4rHf+Bja6gSCYwo5uXxlIIZkt8LE0j JmmNoVkx4n+vz6vX+ItRpOe/D8ki9h8RcStHqSSNrwU3Ugs6qRELnzJCJR80DJ1k3lM0 cOsBI0vQdxhGYitDVhyKaSGn6nZTboGG4alVDO3uA0XgNKutMNE2N0AG295WgXpB8Fpc nGeqP1/JzJE2PsqD1MZhTYEiajnWrpqbYp+TN7H20jbaZQPKMHlWKtsQnCLL5+Nu4IUw SLSg== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH0WWb0LN8XZoH94z26ll5ip69ukEWxMMoz6TatjeiwMVn8eJlEag==" X-RZG-CLASS-ID: mo00 Received: from omega.localnet by smtp.strato.de (RZmta 47.31.0 AUTH) with ESMTPSA id I0a189x7N16NeEJ (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Mon, 23 Aug 2021 03:06:23 +0200 (CEST) From: Bruno Haible To: bug-gnulib@gnu.org, Paul Eggert Subject: snippet/unused-parameter: Mark unused module obsolete Date: Mon, 23 Aug 2021 03:06:22 +0200 Message-ID: <38162554.10thIPus4b@omega> In-Reply-To: <997c192f-7736-e0a3-0c04-7596d7bf6f5b@cs.ucla.edu> References: <0ed0a5a4-ed41-7d40-1c31-f422b55e7ab3@cs.ucla.edu> <37018291.SK6AWJdEcI@omega> <997c192f-7736-e0a3-0c04-7596d7bf6f5b@cs.ucla.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Received-SPF: none client-ip=85.215.255.25; envelope-from=bruno@clisp.org; helo=mo4-p00-ob.smtp.rzone.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Paul Eggert wrote: > >> * Remove the snippet/unused-parameter module as it's not used now. > > > > Indeed, this module is unused in gnulib. It may be used in packages that > > use gnulib; therefore I vote for marking it 'obsolete' and remove it only > > in a year or two. > > Sounds good to me too. Done: 2021-08-22 Bruno Haible snippet/unused-parameter: Mark unused module obsolete. * modules/snippet/unused-parameter (Status, Notice): Mark as obsolete. diff --git a/modules/snippet/unused-parameter b/modules/snippet/unused-parameter index 561b3e45a..78a3e3328 100644 --- a/modules/snippet/unused-parameter +++ b/modules/snippet/unused-parameter @@ -1,6 +1,12 @@ Description: A C macro for declaring that specific function parameters are not used. +Status: +obsolete + +Notice: +This module is obsolete. + Applicability: all