diff lisp/cedet/semantic/db-ref.el @ 104470:6ccad1511df1

Minor whitespace changes and `require' fixes.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Sep 2009 21:22:05 +0000
parents 6065d66f0c99
children a4e1a12c8b97
line wrap: on
line diff
--- a/lisp/cedet/semantic/db-ref.el	Sun Sep 06 02:18:37 2009 +0000
+++ b/lisp/cedet/semantic/db-ref.el	Sun Sep 06 21:22:05 2009 +0000
@@ -41,13 +41,9 @@
 (require 'semantic/db)
 (require 'semantic/tag)
 
-(defvar semanticdb-find-default-throttle)
-
 ;; For the semantic-find-tags-by-name-regexp macro.
 (eval-when-compile (require 'semantic/find))
 
-(defvar semantic-case-fold)
-
 (defmethod semanticdb-add-reference ((dbt semanticdb-abstract-table)
 				     include-tag)
   "Add a reference for the database table DBT based on INCLUDE-TAG.
@@ -149,7 +145,6 @@
    (i-include :initarg :i-include))
   "Simple class to allow ADEBUG to show a nice list.")
 
-(defvar semanticdb-current-table)
 (declare-function data-debug-new-buffer "data-debug")
 (declare-function data-debug-insert-object-slots "eieio-datadebug")