diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-04-08 06:08:43 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-04-08 06:08:43 +0000 |
commit | 0543e7a9514013bcf643e758123c0446d3c9b91d (patch) | |
tree | 1fb3f41281c4d10d1e934c50f6a7221f801fb9a1 /gcc/cp/decl.h | |
parent | 61b127d0eac26afe7b73992d0cf9912139b4e54c (diff) | |
download | gcc-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.h | 5 |
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; |