On Mon, Feb 25, 2002 at 01:37:34AM -0600, Albert Chin wrote: > packet-icq.c from 0.9.1 has lines like: > 919: guint16 x1 = -1; > 964: guint32 uin = -1; > 1304: unsigned char num = -1; > 1391: guint16 pktLen = -1;
...none of which are necessary, as there aren't any code paths where the variables aren't explicitly assigned to with assignment statements but are used. I've checked in a change to get rid of the assignments.
