From 594280a3964b64125bc6259ee2fda308dfc01d36 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 28 Jul 2001 18:39:17 -0700 Subject: [PATCH] * method.c (pending_inlines): Remove. From-SVN: r44443 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/method.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6a02eb60a53..1bd21e50511 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2001-07-28 Richard Henderson + + * method.c (pending_inlines): Remove. + 2001-07-27 Nathan Sidwell * class.c (mark_primary_virtual_base): Don't adjust base diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 6f6a14b53a3..5b07ae27525 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -54,10 +54,6 @@ enum mangling_flags typedef enum mangling_flags mangling_flags; -/* TREE_LIST of the current inline functions that need to be - processed. */ -struct pending_inline *pending_inlines; - #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free -- 2.30.2