summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAndrea Corallo <acorallo@gnu.org>2024-03-15 12:32:06 +0100
committerAndrea Corallo <acorallo@gnu.org>2024-03-15 14:43:40 +0100
commitc393c0467972cba9dc7ed256acd72b553204c33a (patch)
tree8a0f12a452f836d3b35c5e0a7dd5a0fc6dda1f80 /lisp/emacs-lisp
parentbf3d296d24ea24fb707a9410fccd745523347d2a (diff)
downloademacs-c393c0467972cba9dc7ed256acd72b553204c33a.tar.gz
emacs-c393c0467972cba9dc7ed256acd72b553204c33a.tar.bz2
emacs-c393c0467972cba9dc7ed256acd72b553204c33a.zip
* lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/advice.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index 9489a9fd1b3..752660156b9 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -2042,8 +2042,6 @@ in that CLASS."
function class name)))
(error "ad-remove-advice: `%s' is not advised" function)))
-(declare-function comp-subr-trampoline-install "comp-run")
-
;;;###autoload
(defun ad-add-advice (function advice class position)
"Add a piece of ADVICE to FUNCTION's list of advices in CLASS.