diff options
| author | Chong Yidong | 2009-09-07 15:31:40 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-07 15:31:40 +0000 |
| commit | 50dfa8e78b42489ae484f059f17313b0591db157 (patch) | |
| tree | 474ac502b87d4b50acc056632630dd0babe6bc41 | |
| parent | 4b6748966837181df5602f1f8e542e90ec207ad5 (diff) | |
| download | emacs-50dfa8e78b42489ae484f059f17313b0591db157.tar.gz emacs-50dfa8e78b42489ae484f059f17313b0591db157.zip | |
lisp/cedet/semantic/bovine/c.el: Remove unnecessary function declaration.
| -rw-r--r-- | lisp/cedet/semantic/bovine/c.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el index 3f5994369e9..2cd872a723c 100644 --- a/lisp/cedet/semantic/bovine/c.el +++ b/lisp/cedet/semantic/bovine/c.el | |||
| @@ -41,7 +41,6 @@ | |||
| 41 | 41 | ||
| 42 | (declare-function semantic-brute-find-tag-by-attribute "semantic/find") | 42 | (declare-function semantic-brute-find-tag-by-attribute "semantic/find") |
| 43 | (declare-function semanticdb-minor-mode-p "semantic/db-mode") | 43 | (declare-function semanticdb-minor-mode-p "semantic/db-mode") |
| 44 | (declare-function semanticdb-file-table-object "semantic/db") | ||
| 45 | (declare-function semanticdb-needs-refresh-p "semantic/db") | 44 | (declare-function semanticdb-needs-refresh-p "semantic/db") |
| 46 | (declare-function c-forward-conditional "cc-cmds") | 45 | (declare-function c-forward-conditional "cc-cmds") |
| 47 | (declare-function ede-system-include-path "ede") | 46 | (declare-function ede-system-include-path "ede") |