Re: Removed unused cp_binding_level field names_size. (issue4662052)

2011-06-24 Thread Diego Novillo
On Thu, Jun 23, 2011 at 22:02, Jason Merrill wrote: > OK. > > Jason Applied to trunk rev. 175373. Diego.

Re: Removed unused cp_binding_level field names_size. (issue4662052)

2011-06-23 Thread Jason Merrill
OK. Jason

Re: Removed unused cp_binding_level field names_size. (issue4662052)

2011-06-23 Thread Gabriel Charette
Also: Tested on x86-64. Ok to commit to trunk? On Thu, Jun 23, 2011 at 2:32 PM, Gabriel Charette wrote: > The names_size member of cp_binding_level was write only. Removed it. > Seems like it was introduced for java in 2002, but it's not used anywhere > anymore in the code. > > Tested with boot