From c085e9f9d037b15a3635887446267ee74a87fd0f Mon Sep 17 00:00:00 2001 From: aldyh Date: Mon, 16 Apr 2007 18:55:33 +0000 Subject: * function.h: Remove sequence_stack extern declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123885 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/function.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/function.h') 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 -- cgit v1.2.1