From 52d412e76f503ec4f2911a2582a53e524a70dbf6 Mon Sep 17 00:00:00 2001
From: Aldy Hernandez <aldyh@redhat.com>
Date: Mon, 16 Apr 2007 18:55:33 +0000
Subject: [PATCH] * function.h: Remove sequence_stack extern declaration.

From-SVN: r123885
---
 gcc/ChangeLog  | 4 ++++
 gcc/function.h | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9b2422dafe08..1bcf895d46fe 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-16  Aldy Hernandez  <aldyh@redhat.com>
+
+        * function.h: Remove sequence_stack extern declaration.
+
 2007-04-16  Kazu Hirata  <kazu@codesourcery.com>
 
 	* config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on
diff --git a/gcc/function.h b/gcc/function.h
index 85431944e68c..f176d85398fe 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
-- 
GitLab