From: Andrea Corallo Date: Thu, 8 Aug 2019 08:54:39 +0000 (+0200) Subject: clean-up unnecessary declarations X-Git-Tag: emacs-28.0.90~2727^2~1312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39e224ba18485d7da68d13579c74afb2cc86f382;p=emacs.git clean-up unnecessary declarations --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 9e62f88896c..169a124cc1a 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -695,11 +695,6 @@ the annotation emission." ;;; Entry points. -(declare-function comp-init-ctxt "comp.c") -(declare-function comp-release-ctxt "comp.c") -(declare-function comp-add-func-to-ctxt "comp.c") -(declare-function comp-compile-and-load-ctxt "comp.c") - (defun native-compile (func-symbol-name) "FUNC-SYMBOL-NAME is the function name to be compiled into native code." (if-let ((f (symbol-function func-symbol-name)))