* trans-common.c: Remove prototype for gfc_get_common.

From-SVN: r130073
This commit is contained in:
Francois-Xavier Coudert 2007-11-10 18:03:22 +00:00 committed by François-Xavier Coudert
parent 28762eb089
commit 1130e1607d
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2007-11-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* trans-common.c: Remove prototype for gfc_get_common.
2007-11-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/33592

View File

@ -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
{