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: upstream/12.2.0~3945 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51227c5991046ad826c575715b02257e1879e482;p=platform%2Fupstream%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 1a24d9b..e824caf 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 *);