diff options
Diffstat (limited to 'gcc/sreal.c')
-rw-r--r-- | gcc/sreal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sreal.c b/gcc/sreal.c index 0468a9631b0..f69cbb1f862 100644 --- a/gcc/sreal.c +++ b/gcc/sreal.c @@ -56,7 +56,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tm.h" #include "sreal.h" -void dump_sreal PARAMS ((FILE *, sreal *)); static inline void copy PARAMS ((sreal *, sreal *)); static inline void shift_right PARAMS ((sreal *, int)); static void normalize PARAMS ((sreal *)); |