This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: A question about tree-ssa-structalias.h.



On Apr 13, 2006, at 8:21 AM, Diego Novillo wrote:

either remove the line or convert it to VEC somehow.

Remove it.  It's now done with NUM_REFERENCES which just uses
common.aux.  Dan probably forgot to remove it when he converted it.


Guilty as charged.


I usually let "unused variable <x>" warnings remind me of things i need to remove, so i will sometime forget to remove unused struct members like this one.

Sorry about that.





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