summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-19 12:25:36 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-19 12:25:36 +0000
commitbc233f0cbf2463024900ad0df5be174d5708e492 (patch)
treeb6d2073ea90e334c020c7570d062f0d8453a39fd /gcc/tree.h
parentf225b9ac3e91273ffdbc7247da05fc42ffd0b600 (diff)
downloadgcc-bc233f0cbf2463024900ad0df5be174d5708e492.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68193 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 2df6902cdf0..0466a03d67b 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