This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: is_notpadded


On Friday 02 September 2005 17:35, FX Coudert wrote:
> > is_notpadded is a member of the unit_flags struct, but it's never set
> > nor used:
> >
> > ~/gcc $ grep -r is_notpadded libgfortran/
> > libgfortran/io/io.h:  int is_notpadded;
> >
> > How was it supposed to be used? I guess it has been here for a long
> > time, since g95 does have the same definition (and does not use it
> > either). Does anyone have an objection to my removing it?
>
> ping

If it's not used, feel free to remove it.  Such changes
are obvious IMO.

Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]