Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!twinsun.com!eggert From: eggert@twinsun.com (Paul Eggert) Newsgroups: gnu.gcc.bug Subject: GCC 1.36 cexp.y nit: redundant 'count' Message-ID: <8911102339.AA24899@rise.twinsun.com> Date: 10 Nov 89 23:39:57 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 One 'count' in cexp.y is not needed. *** old/cexp.y Fri Nov 10 15:34:20 1989 --- new/cexp.y Fri Nov 10 15:34:11 1989 *************** *** 498,504 **** case 'x': { register int i = 0; - register int count = 0; for (;;) { c = *(*string_ptr)++; --- 498,503 ----