From 1130e1607df1907f9c2f9879e778015c531a1273 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Nov 2007 18:03:22 +0000 Subject: [PATCH] * trans-common.c: Remove prototype for gfc_get_common. From-SVN: r130073 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/trans-common.c | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8e28ef5b483..4983be7f1d6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-11-10 Francois-Xavier Coudert + + * trans-common.c: Remove prototype for gfc_get_common. + 2007-11-10 Francois-Xavier Coudert PR fortran/33592 diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index 353afe7a1a3..604078226b7 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -108,12 +108,6 @@ along with GCC; see the file COPYING3. If not see #include "target-memory.h" -/* TODO: This is defined in match.h, and probably shouldn't be here also, - but we need it for now at least and don't want to include the whole - match.h. */ -gfc_common_head *gfc_get_common (const char *, int); - - /* Holds a single variable in an equivalence set. */ typedef struct segment_info { -- 2.30.2