]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* trans-common.c: Remove prototype for gfc_get_common.
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Nov 2007 18:03:22 +0000 (18:03 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Nov 2007 18:03:22 +0000 (18:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130073 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/trans-common.c

index 8e28ef5b4831e1f758d2fd7546516dced6834bd6..4983be7f1d67f54332dd370c83bc62e165119b69 100644 (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
index 353afe7a1a304e0e6dacdc2940c8275bae4881eb..604078226b7ec1b992dff95b5d756e006b964a45 100644 (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
 {