summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-05-04 20:46:47 -0400
committerGlenn Morris <rgm@gnu.org>2015-05-04 20:46:47 -0400
commit201f91e5ad9619d71e1dfed327f47cb6923edd16 (patch)
treec4a4c095cc3396a90d36320b91e1d2ca19c1574e
parent067968210e5088536b14ac5830eb623a7619f35f (diff)
downloademacs-201f91e5ad9619d71e1dfed327f47cb6923edd16.tar.gz
* lisp/cedet/semantic/grammar.el (eldoc-function-argstring)
(eldoc-docstring-format-sym-doc, eldoc-last-data-store) (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Remove outdated declarations.
-rw-r--r--lisp/cedet/semantic/grammar.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/cedet/semantic/grammar.el b/lisp/cedet/semantic/grammar.el
index 7a92a12ed53..15ad9872446 100644
--- a/lisp/cedet/semantic/grammar.el
+++ b/lisp/cedet/semantic/grammar.el
@@ -1659,12 +1659,6 @@ Select the buffer containing the tag's definition, and move point there."
)
"Association of syntax elements, and the corresponding help.")
-(declare-function eldoc-function-argstring "eldoc")
-(declare-function eldoc-docstring-format-sym-doc "eldoc")
-(declare-function eldoc-last-data-store "eldoc")
-(declare-function eldoc-get-fnsym-args-string "eldoc")
-(declare-function eldoc-get-var-docstring "eldoc")
-
(defvar semantic-grammar-eldoc-last-data (cons nil nil))
(defun semantic-grammar-eldoc-get-macro-docstring (macro expander)