diff options
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r-- | gcc/double-int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h index 250951d..6af0757 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -269,8 +269,6 @@ double_int_equal_p (double_int cst1, double_int cst2) /* Legacy interface with decomposed high/low parts. */ -extern tree force_fit_type_double (tree, unsigned HOST_WIDE_INT, HOST_WIDE_INT, - int, bool); extern int fit_double_type (unsigned HOST_WIDE_INT, HOST_WIDE_INT, unsigned HOST_WIDE_INT *, HOST_WIDE_INT *, const_tree); |