Fortran: Delete unused decl in trans-types.h

gcc/fortran/ChangeLog:

	* trans-types.h (gfc_convert_function_code): Delete.
This commit is contained in:
Bernhard Reutner-Fischer 2021-10-24 22:52:00 +02:00
parent 51227c5991
commit 8bccf82905

View file

@ -65,9 +65,6 @@ enum gfc_packed {
PACKED_STATIC
};
/* be-function.c */
void gfc_convert_function_code (gfc_namespace *);
/* trans-types.c */
void gfc_init_kinds (void);
void gfc_init_types (void);