summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/find-func.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/find-func.el
parent6606ec8e313bf48a1ac7b63c52bfeb64c4257107 (diff)
downloademacs-a3304feb9be1489036574fdac2a4a3e4e7a0c38a.tar.gz
Revert "Fix some compilation warnings in non nativecomp build (bug#43892)"
This reverts commit 6606ec8e313bf48a1ac7b63c52bfeb64c4257107.
Diffstat (limited to 'lisp/emacs-lisp/find-func.el')
-rw-r--r--lisp/emacs-lisp/find-func.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index 4417082971f..9e4d8cf1aa8 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -178,8 +178,6 @@ See the functions `find-function' and `find-variable'."
(setq name rel))))
(unless (equal name library) name)))
-(defvar comp-eln-to-el-h)
-
(defun find-library-name (library)
"Return the absolute file name of the Emacs Lisp source of LIBRARY.
LIBRARY should be a string (the name of the library)."