* lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.
This commit is contained in:
parent
118bb49ab3
commit
754fdb1280
1 changed files with 0 additions and 4 deletions
|
@ -2852,10 +2852,6 @@ with `js--js-encode-value'."
|
|||
(defsubst js--js-true (value)
|
||||
(not (js--js-not value)))
|
||||
|
||||
;; The somewhat complex code layout confuses the byte-compiler into
|
||||
;; thinking this function "might not be defined at runtime".
|
||||
(declare-function js--optimize-arglist "js" (arglist))
|
||||
|
||||
(eval-and-compile
|
||||
(defun js--optimize-arglist (arglist)
|
||||
"Convert immediate js< and js! references to deferred ones."
|
||||
|
|
Loading…
Add table
Reference in a new issue