From: Bernhard Reutner-Fischer Date: Sun, 24 Oct 2021 20:43:26 +0000 (+0200) Subject: Fortran: Delete unused decl in trans-stmt.h X-Git-Tag: basepoints/gcc-13~3561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51227c5991046ad826c575715b02257e1879e482;p=thirdparty%2Fgcc.git Fortran: Delete unused decl in trans-stmt.h gcc/fortran/ChangeLog: * trans-stmt.h (gfc_trans_deallocate_array): Delete. --- diff --git a/gcc/fortran/trans-stmt.h b/gcc/fortran/trans-stmt.h index 1a24d9b4cdc2..e824caf4d081 100644 --- a/gcc/fortran/trans-stmt.h +++ b/gcc/fortran/trans-stmt.h @@ -66,7 +66,6 @@ tree gfc_trans_sync_team (gfc_code *); tree gfc_trans_where (gfc_code *); tree gfc_trans_allocate (gfc_code *); tree gfc_trans_deallocate (gfc_code *); -tree gfc_trans_deallocate_array (tree); /* trans-openmp.c */ tree gfc_trans_omp_directive (gfc_code *);