OSDN Git Service

* method.c (pending_inlines): Remove.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jul 2001 01:39:17 +0000 (01:39 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jul 2001 01:39:17 +0000 (01:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44443 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6a02eb6..1bd21e5 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 6f6a14b..5b07ae2 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