From: Bernhard Reutner-Fischer Date: Sun, 24 Oct 2021 20:52:00 +0000 (+0200) Subject: Fortran: Delete unused decl in trans-types.h X-Git-Tag: basepoints/gcc-13~3560 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bccf82905acbc31d5b06e6796539e7b63a1fac5;p=thirdparty%2Fgcc.git Fortran: Delete unused decl in trans-types.h gcc/fortran/ChangeLog: * trans-types.h (gfc_convert_function_code): Delete. --- diff --git a/gcc/fortran/trans-types.h b/gcc/fortran/trans-types.h index 1b43503092bb..3bc236cad0d1 100644 --- a/gcc/fortran/trans-types.h +++ b/gcc/fortran/trans-types.h @@ -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);