* tree.h (all_types_permanent): Remove.
authorJoseph Myers <jsm@polyomino.org.uk>
Sun, 11 Jul 2004 10:04:57 +0000 (11:04 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 11 Jul 2004 10:04:57 +0000 (11:04 +0100)
From-SVN: r84500

gcc/ChangeLog
gcc/tree.h

index e1790dc3776b9f7ad99bf0f418f2c8e12de1db58..b6d3bdf3d2460f1286eb5a714aedbf342823bdde 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * tree.h (all_types_permanent): Remove.
+
 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,
index 2f79ad705b59f2eef1148dfd64f9b4a03eb108e3..1daea216559e01ac072c2a31916c82ca4d03534a 100644 (file)
@@ -3307,10 +3307,6 @@ extern GTY(()) tree current_function_func_begin_label;
 
 extern GTY(()) tree current_file_decl;
 
-/* Nonzero means all ..._TYPE nodes should be allocated permanently.  */
-
-extern int all_types_permanent;
-
 /* Declare a predefined function.  Return the declaration.  This function is
    provided by each language frontend.  */
 extern tree builtin_function (const char *, tree, int, enum built_in_class,