comparison lisp/cedet/semantic/bovine/c.el @ 104473:69e6bd939d5a

lisp/cedet/semantic/bovine/c.el: Remove unnecessary function declaration.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 07 Sep 2009 15:31:40 +0000
parents 6ccad1511df1
children 25e047f7f6a2
comparison
equal deleted inserted replaced
104472:552b3b560245 104473:69e6bd939d5a
39 ;; For semantic-find-tags-* macros: 39 ;; For semantic-find-tags-* macros:
40 (require 'semantic/find)) 40 (require 'semantic/find))
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")
48 47
49 ;;; Compatibility 48 ;;; Compatibility