* method.c (pending_inlines): Remove.
authorRichard Henderson <rth@redhat.com>
Sun, 29 Jul 2001 01:39:17 +0000 (18:39 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 29 Jul 2001 01:39:17 +0000 (18:39 -0700)
From-SVN: r44443

gcc/cp/ChangeLog
gcc/cp/method.c

index 6a02eb60a530fced037b366a9e870f6e02dd84e2..1bd21e505117ad5f9bdd04b5264c4e4805dd2cc9 100644 (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
index 6f6a14b53a3898a3e19d7fbffe8f85fd6978fd14..5b07ae27525bc19d131e0ac1341f8455f97bd634 100644 (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