On Thursday 01 November 2007 11:23:32 Klaas-Jan Stol wrote: > attached a patch that removes 2 warnings about locals being > intialized, but not referenced. > > Not sure if this makes sense, because the locals also could be removed I > think.
Let's remove the locals, if they're unused. The fewer PMCs we use in C code, the better (within reason; there's no reason to avoid them if we need them). -- c