aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-07-28 18:39:17 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-07-28 18:39:17 -0700
commit594280a3964b64125bc6259ee2fda308dfc01d36 (patch)
treed999cefc750f9954cb0bae7c1149cadb4ab489b8 /gcc/cp
parentc2f7bcc3c2e2fab32cec4190d494137fab5e4307 (diff)
downloadgcc-594280a3964b64125bc6259ee2fda308dfc01d36.zip
gcc-594280a3964b64125bc6259ee2fda308dfc01d36.tar.gz
gcc-594280a3964b64125bc6259ee2fda308dfc01d36.tar.bz2
* method.c (pending_inlines): Remove.
From-SVN: r44443
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/method.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6a02eb6..1bd21e5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 6f6a14b..5b07ae2 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