diff options
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r-- | gcc/cp/pt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index d279ed0a72d..406e54aa1b8 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -47,8 +47,6 @@ Boston, MA 02111-1307, USA. */ returning an int. */ typedef int (*tree_fn_t) PARAMS ((tree, void*)); -extern struct obstack permanent_obstack; - /* The PENDING_TEMPLATES is a TREE_LIST of templates whose instantiations have been deferred, either because their definitions were not yet available, or because we were putting off doing the |