]> git.eshelyaron.com Git - emacs.git/commitdiff
clean-up unnecessary declarations
authorAndrea Corallo <andrea_corallo@yahoo.it>
Thu, 8 Aug 2019 08:54:39 +0000 (10:54 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:33:57 +0000 (11:33 +0100)
lisp/emacs-lisp/comp.el

index 9e62f88896c152907bc179312902d37598749575..169a124cc1adc4b37bd8fe6c4fbe2ee02a86ebcb 100644 (file)
@@ -695,11 +695,6 @@ the annotation emission."
 \f
 ;;; 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)))