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 {