summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-16 14:58:03 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-16 14:58:03 +0000
commitad2c882eaec1b40509f54c2b2d18d9542e2c30d6 (patch)
tree9b88688ef9656812822df9d9985128a507b7d019 /gcc/tree.h
parent7bc2d3b3793259a83bb5ac1e283a574ba4a23395 (diff)
downloadgcc-ad2c882eaec1b40509f54c2b2d18d9542e2c30d6.tar.gz
* tree.h: Remove duplicate prototype of strip_float_extensions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 924629ff0b5..178380b7a22 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2784,7 +2784,6 @@ extern tree fold_builtin PARAMS ((tree));
extern enum built_in_function builtin_mathfn_code PARAMS ((tree));
extern tree build_function_call_expr PARAMS ((tree, tree));
extern tree mathfn_built_in PARAMS ((tree, enum built_in_function fn));
-extern tree strip_float_extensions PARAMS ((tree));
/* In convert.c */
extern tree strip_float_extensions PARAMS ((tree));