From: Joseph Myers Date: Sun, 11 Jul 2004 10:04:57 +0000 (+0100) Subject: * tree.h (all_types_permanent): Remove. X-Git-Tag: releases/gcc-4.0.0~6756 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=370b733b3c102b9cb5d1f22bf3198cd362fa8f34;p=thirdparty%2Fgcc.git * tree.h (all_types_permanent): Remove. From-SVN: r84500 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1790dc3776b..b6d3bdf3d246 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-11 Joseph S. Myers + + * tree.h (all_types_permanent): Remove. + 2004-07-11 Joseph S. Myers * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block, diff --git a/gcc/tree.h b/gcc/tree.h index 2f79ad705b59..1daea216559e 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -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,