aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1994-04-08 06:08:43 +0000
committerMike Stump <mrs@gcc.gnu.org>1994-04-08 06:08:43 +0000
commit8926095fe7324b246adcf31dc78297d8963ed38a (patch)
tree1fb3f41281c4d10d1e934c50f6a7221f801fb9a1 /gcc/cp/decl.h
parent779c643ac3d2dede46b80d0461019828321fb590 (diff)
downloadgcc-8926095fe7324b246adcf31dc78297d8963ed38a.zip
gcc-8926095fe7324b246adcf31dc78297d8963ed38a.tar.gz
gcc-8926095fe7324b246adcf31dc78297d8963ed38a.tar.bz2
31th Cygnus<->FSF merge.
From-SVN: r6996
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r--gcc/cp/decl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index aabfa2f..b088179 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -48,11 +48,6 @@ extern tree pending_statics;
in the TREE_PURPOSE slot. */
extern tree static_aggregates;
-/* A list of functions which were declared inline, but later had their
- address taken. Used only for non-virtual member functions, since we can
- find other functions easily enough. */
-extern tree pending_addressable_inlines;
-
#ifdef DEBUG_CP_BINDING_LEVELS
/* Purely for debugging purposes. */
extern int debug_bindings_indentation;