* method.c (pending_inlines): Remove.

From-SVN: r44443
This commit is contained in:
Richard Henderson 2001-07-28 18:39:17 -07:00 committed by Richard Henderson
parent c2f7bcc3c2
commit 594280a396
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-07-28 Richard Henderson <rth@redhat.com>
* method.c (pending_inlines): Remove.
2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
* class.c (mark_primary_virtual_base): Don't adjust base

View File

@ -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