On 5/8/2010 01:36, Gerald Pfeifer wrote:
This one felt a bit like peeling an onion, but indeed while we have been setting those three variables, we're never using them. And also ptr is not used beyond this point, so we can remove a bunch of dead code.
I don't think it's dead. Variable ptr is used in a cycle.
On Sun, 9 May 2010, Nikolay Sivov wrote:
I don't think it's dead. Variable ptr is used in a cycle.
You are amazing. And right. I just submitted an updated patch.
Gerald