aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2007-04-16 18:55:33 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2007-04-16 18:55:33 +0000
commit52d412e76f503ec4f2911a2582a53e524a70dbf6 (patch)
tree95c41ee7e8df1e22ea9133cd61e59f9f82f677c1 /gcc/function.h
parent72120463951c363e986d689d9a18ea4c1105ae78 (diff)
downloadgcc-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.h2
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