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 4819ac9..44b5937 100644 --- a/gcc/ada/gigi.h +++ b/gcc/ada/gigi.h @@ -439,10 +439,6 @@ extern tree gnat_signed_type PARAMS ((tree)); UNSIGNEDP. */ extern tree gnat_signed_or_unsigned_type PARAMS ((int, tree)); -/* This routine is called in tree.c to print an error message for invalid use - of an incomplete type. */ -extern void incomplete_type_error PARAMS ((tree, tree)); - /* This function is called indirectly from toplev.c to handle incomplete declarations, i.e. VAR_DECL nodes whose DECL_SIZE is zero. To be precise, compile_file in toplev.c makes an indirect call through the function pointer |
