aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-12-05 11:52:49 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-12-05 06:52:49 -0500
commita733bab5aa951bb90fe5d4f1928282433eb8ab72 (patch)
tree023ad14f7444eb4950df36db60a345fabb8885ba /gcc/function.h
parent53b6fb26fcd1f4f399d1fa96053b9a6c108abc68 (diff)
downloadgcc-a733bab5aa951bb90fe5d4f1928282433eb8ab72.zip
gcc-a733bab5aa951bb90fe5d4f1928282433eb8ab72.tar.gz
gcc-a733bab5aa951bb90fe5d4f1928282433eb8ab72.tar.bz2
* function.h (tree, rtx): Remove no-longer-needed definitions.
From-SVN: r47665
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/function.h b/gcc/function.h
index dc1dbcc..2c93e92 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -19,16 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-
-#if !defined(NULL_TREE) && !defined(tree)
-typedef union union_node *_function_tree;
-#define tree _function_tree
-#endif
-#if !defined(NULL_RTX) && !defined(rtx)
-typedef struct rtx_def *_function_rtx;
-#define rtx _function_rtx
-#endif
-
struct var_refs_queue
{
rtx modified;