Don't initialize lastlong before assigning it.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2017-12-27 05:59:47 +00:00
parent 9914452050
commit 197d53b7d1

View File

@ -133,7 +133,6 @@ collect(struct header *hp, int printheaders)
escape = ESCAPE;
eofcount = 0;
hadintr = 0;
lastlong = 0;
longline = 0;
if (!setjmp(colljmp)) {