summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-08 06:08:43 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-08 06:08:43 +0000
commit0543e7a9514013bcf643e758123c0446d3c9b91d (patch)
tree1fb3f41281c4d10d1e934c50f6a7221f801fb9a1 /gcc/cp/decl.h
parent61b127d0eac26afe7b73992d0cf9912139b4e54c (diff)
downloadgcc-0543e7a9514013bcf643e758123c0446d3c9b91d.tar.gz
31th Cygnus<->FSF merge.
git-svn-id: svn+ssh://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;