* lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.

This commit is contained in:
Glenn Morris 2015-05-05 20:11:22 -07:00
parent 118bb49ab3
commit 754fdb1280

View file

@ -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."