clean-up unnecessary declarations
This commit is contained in:
parent
a5e428a638
commit
39e224ba18
1 changed files with 0 additions and 5 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue