summaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/arith.h')
-rw-r--r--gcc/fortran/arith.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/fortran/arith.h b/gcc/fortran/arith.h
index 344bc78d481..7066bb07949 100644
--- a/gcc/fortran/arith.h
+++ b/gcc/fortran/arith.h
@@ -31,9 +31,6 @@ void gfc_mpfr_to_mpz (mpz_t, mpfr_t, locus *);
void gfc_set_model_kind (int);
void gfc_set_model (mpfr_t);
-/* Return a constant result of a given type and kind, with locus. */
-gfc_expr *gfc_constant_result (bt, int, locus *);
-
/* Make sure a gfc_expr expression is within its allowed range. Checks
for overflow and underflow. */
arith gfc_range_check (gfc_expr *);