From e295f31755a1ace8e951cc63b4d7f2851ac9dee1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 19 Jun 2003 14:25:36 +0200 Subject: c-tree.h: Remove declaration of poplevel. * c-tree.h: Remove declaration of poplevel. * tree.h: Remove declaration of approx_sqrt. * c-lex.c: Remove redundant declaration of asm_out_file. * flags.h: Remove declaration of warn_unknown_pragma and main_input_filename. * rtl.h: Remove functions from fold-const.c since they're already declared in tree.h. * regs.h: Remove redundant declaration of reg_names. cp: * cp-tree.h: Remove duplicated declarations. From-SVN: r68193 --- gcc/tree.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/tree.h') diff --git a/gcc/tree.h b/gcc/tree.h index 2df6902..0466a03 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1999,10 +1999,6 @@ enum ptrmemfunc_vbit_where_t #define NULL_TREE (tree) NULL -/* Approximate positive square root of a host double. This is for - statistical reports, not code generation. */ -extern double approx_sqrt PARAMS ((double)); - extern tree decl_assembler_name PARAMS ((tree)); /* Compute the number of bytes occupied by 'node'. This routine only -- cgit v1.1