aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorMike Stump <mrs@cygnus.com>1994-04-08 06:08:43 +0000
committerMike Stump <mrs@cygnus.com>1994-04-08 06:08:43 +0000
commit772b974dcd7f71156049ff079ed5087077a9571d (patch)
tree1fb3f41281c4d10d1e934c50f6a7221f801fb9a1 /gcc/cp/decl.h
parent0aad24cd31663ab7bfe3b47cedb0e0a97daaeab0 (diff)
31th Cygnus<->FSF merge.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@6996 138bc75d-0d04-0410-961f-82ee72b054a4
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 aabfa2fb926..b088179ec7b 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;