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.