diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-16 18:55:33 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-16 18:55:33 +0000 |
commit | c085e9f9d037b15a3635887446267ee74a87fd0f (patch) | |
tree | 95c41ee7e8df1e22ea9133cd61e59f9f82f677c1 /gcc/function.h | |
parent | 98d02c108d15ba3e942312d82e3fd92220de4bc8 (diff) | |
download | gcc-c085e9f9d037b15a3635887446267ee74a87fd0f.tar.gz |
* function.h: Remove sequence_stack extern declaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123885 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h index 85431944e68..f176d85398f 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -46,8 +46,6 @@ struct sequence_stack GTY(()) struct sequence_stack *next; }; -extern struct sequence_stack *sequence_stack; - /* Stack of single obstacks. */ struct simple_obstack_stack |