diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2007-04-16 18:55:33 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2007-04-16 18:55:33 +0000 |
commit | 52d412e76f503ec4f2911a2582a53e524a70dbf6 (patch) | |
tree | 95c41ee7e8df1e22ea9133cd61e59f9f82f677c1 /gcc/function.h | |
parent | 72120463951c363e986d689d9a18ea4c1105ae78 (diff) | |
download | gcc-52d412e76f503ec4f2911a2582a53e524a70dbf6.zip gcc-52d412e76f503ec4f2911a2582a53e524a70dbf6.tar.gz gcc-52d412e76f503ec4f2911a2582a53e524a70dbf6.tar.bz2 |
* function.h: Remove sequence_stack extern declaration.
From-SVN: r123885
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 8543194..f176d85 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 |