summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/advice.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-10-12 21:25:00 +0200
committerAndrea Corallo <akrl@sdf.org>2020-10-12 21:25:00 +0200
commita3304feb9be1489036574fdac2a4a3e4e7a0c38a (patch)
tree3e57f9e2f1dc05caa069bd3a176b1e27cd372aee /lisp/emacs-lisp/advice.el
parent6606ec8e313bf48a1ac7b63c52bfeb64c4257107 (diff)
downloademacs-a3304feb9be1489036574fdac2a4a3e4e7a0c38a.tar.gz
Revert "Fix some compilation warnings in non nativecomp build (bug#43892)"
Diffstat (limited to 'lisp/emacs-lisp/advice.el')
-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 509e2551914..fb67de3a029 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -2052,8 +2052,6 @@ in that CLASS."
function class name)))
(error "ad-remove-advice: `%s' is not advised" function)))
-(declare-function comp-subr-trampoline-install "comp")
-
;;;###autoload
(defun ad-add-advice (function advice class position)
"Add a piece of ADVICE to FUNCTION's list of advices in CLASS.