* lisp/cedet/semantic/chart.el (semantic/db-typecache)
(semantic/scope): Require to avoid byte compilation warnings about
undefined slots. Remove declare-functions from these packages.
(require 'chart)
(require 'semantic/db)
(require 'semantic/find)
+(require 'semantic/db-typecache)
+(require 'semantic/scope)
;;; Code:
nums "Complexity (Lines of code)")
))
-(declare-function semanticdb-get-typecache "semantic/db-typecache")
-(declare-function semantic-calculate-scope "semantic/scope")
-
(defun semantic-chart-analyzer ()
"Chart the extent of the context analysis."
(interactive)
- (require 'semantic/db-typecache)
- (require 'semantic/scope)
(let* ((p (semanticdb-find-translate-path nil nil))
(plen (length p))
(tab semanticdb-current-table)