X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ffortran%2Fgfortran.h;h=827a13f4dc29d4c2aa3754d2f42ed3b0f47ce03f;hp=11ce974b7b8499024a060268edf4df95c55f75b3;hb=1d83a4f060a3273d6c887a47bca1bae96561a2fd;hpb=5e5dab18983a16e57c75b6ab7fa44e975c27415e diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 11ce974b7b8..827a13f4dc2 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -2187,8 +2187,6 @@ typedef struct gfc_constructor gfc_component *component; /* Record the component being initialized. */ } n; - mpz_t repeat; /* Record the repeat number of initial values in data - statement like "data a/5*10/". */ } gfc_constructor;