aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2021-10-24 22:43:26 +0200
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2021-10-27 21:24:02 +0200
commit51227c5991046ad826c575715b02257e1879e482 (patch)
tree063b22af7f8f2b8c4292fa6bd4c197bb6581e41b /gcc
parenta470bfccf1432454c6922014716f3e797d480026 (diff)
downloadgcc-51227c5991046ad826c575715b02257e1879e482.zip
gcc-51227c5991046ad826c575715b02257e1879e482.tar.gz
gcc-51227c5991046ad826c575715b02257e1879e482.tar.bz2
Fortran: Delete unused decl in trans-stmt.h
gcc/fortran/ChangeLog: * trans-stmt.h (gfc_trans_deallocate_array): Delete.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/trans-stmt.h1
1 files changed, 0 insertions, 1 deletions
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 *);