* lex.c (enum tree_node_kind): Delete.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 14 Jul 2003 10:14:51 +0000 (10:14 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 14 Jul 2003 10:14:51 +0000 (10:14 +0000)
From-SVN: r69327

gcc/cp/ChangeLog
gcc/cp/lex.c

index 6351dd6365cc3dbf72030eb17d594cd884193c6d..ea04ac8ddb0a195b09b38d6702cb0f79f56b65d1 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * lex.c (enum tree_node_kind): Delete.
+
 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/11503
index eb0287c9d34d4a815b710c1e9b3de327e3a8ada4..039de435a65300192a54a598ba25575bcba50547 100644 (file)
@@ -732,35 +732,6 @@ unqualified_fn_lookup_error (tree name)
   return unqualified_name_lookup_error (name);
 }
 
-#ifdef GATHER_STATISTICS
-/* The original for tree_node_kind is in the toplevel tree.c; changes there
-   need to be brought into here, unless this were actually put into a header
-   instead.  */
-/* Statistics-gathering stuff.  */
-typedef enum
-{
-  d_kind,
-  t_kind,
-  b_kind,
-  s_kind,
-  r_kind,
-  e_kind,
-  c_kind,
-  id_kind,
-  op_id_kind,
-  perm_list_kind,
-  temp_list_kind,
-  vec_kind,
-  x_kind,
-  lang_decl,
-  lang_type,
-  all_kinds
-} tree_node_kind;
-
-extern int tree_node_counts[];
-extern int tree_node_sizes[];
-#endif
-
 tree
 build_lang_decl (enum tree_code code, tree name, tree type)
 {