clean-up unnecessary declarations

This commit is contained in:
Andrea Corallo 2019-08-08 10:54:39 +02:00 committed by Andrea Corallo
parent a5e428a638
commit 39e224ba18

View file

@ -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)))