diff options
Diffstat (limited to 'gcc/ada/gigi.h')
-rw-r--r-- | gcc/ada/gigi.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/gigi.h b/gcc/ada/gigi.h index 1c1c161..b16649f 100644 --- a/gcc/ada/gigi.h +++ b/gcc/ada/gigi.h @@ -454,10 +454,6 @@ extern tree gnat_unsigned_type (tree type_node); /* Return the signed version of a TYPE_NODE, a scalar type. */ extern tree gnat_signed_type (tree type_node); -/* Return a type the same as TYPE except unsigned or signed according to - UNSIGNEDP. */ -extern tree gnat_signed_or_unsigned_type (int unsignedp, tree type); - /* Create an expression whose value is that of EXPR, converted to type TYPE. The TREE_TYPE of the value is always TYPE. This function implements all reasonable |