From 39e224ba18485d7da68d13579c74afb2cc86f382 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 8 Aug 2019 10:54:39 +0200 Subject: [PATCH] clean-up unnecessary declarations --- lisp/emacs-lisp/comp.el | 5 ----- 1 file changed, 5 deletions(-) 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))) -- 2.39.5