emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat f13ac3128c: Removed unused function declaration


From: ELPA Syncer
Subject: [elpa] externals/compat f13ac3128c: Removed unused function declaration of compat-maxargs-/=
Date: Sun, 13 Feb 2022 08:57:21 -0500 (EST)

branch: externals/compat
commit f13ac3128c8f0b1c192e55ffad8bfb517e7bb303
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Removed unused function declaration of compat-maxargs-/=
    
    As these were mostly used by advice tests that have been dropped with
    the transformation of advise to prefixed functions (ac004508), they
    can be removed for now.
---
 compat-24.4.el | 1 -
 compat-25.1.el | 1 -
 compat-26.1.el | 1 -
 compat-27.1.el | 1 -
 compat-28.1.el | 1 -
 5 files changed, 5 deletions(-)

diff --git a/compat-24.4.el b/compat-24.4.el
index 304e0b5e6e..338513fbaa 100644
--- a/compat-24.4.el
+++ b/compat-24.4.el
@@ -28,7 +28,6 @@
 ;;; Code:
 
 (eval-when-compile (require 'compat-macs))
-(declare-function compat-maxargs-/= "compat" (func n))
 
 ;;;; Defined in data.c
 
diff --git a/compat-25.1.el b/compat-25.1.el
index 98ac0e904b..86ad10fc4f 100644
--- a/compat-25.1.el
+++ b/compat-25.1.el
@@ -28,7 +28,6 @@
 ;;; Code:
 
 (eval-when-compile (require 'compat-macs))
-(declare-function compat-maxargs-/= "compat" (func n))
 
 ;;;; Defined in fns.c
 
diff --git a/compat-26.1.el b/compat-26.1.el
index e4cb918789..d6b0d33d14 100644
--- a/compat-26.1.el
+++ b/compat-26.1.el
@@ -29,7 +29,6 @@
 
 (eval-when-compile (require 'compat-macs))
 (declare-function compat-func-arity "compat" (func))
-(declare-function compat-maxargs-/= "compat" (func n))
 
 ;;;; Defined in eval.c
 
diff --git a/compat-27.1.el b/compat-27.1.el
index 5b31428bc3..7afca8b3ab 100644
--- a/compat-27.1.el
+++ b/compat-27.1.el
@@ -28,7 +28,6 @@
 ;;; Code:
 
 (eval-when-compile (require 'compat-macs))
-(declare-function compat-maxargs-/= "compat" (func n))
 
 ;;;; Defined in fns.c
 
diff --git a/compat-28.1.el b/compat-28.1.el
index b1e1027887..028893bf4e 100644
--- a/compat-28.1.el
+++ b/compat-28.1.el
@@ -28,7 +28,6 @@
 ;;; Code:
 
 (eval-when-compile (require 'compat-macs))
-(declare-function compat-maxargs-/= "compat" (func n))
 
 ;;;; Defined in fns.c
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]