Remove Linux crash lines

This commit is contained in:
Sergei Marochkin 2016-09-05 11:16:56 +03:00
parent 85accfdf15
commit b5959fcf15

View File

@ -2074,8 +2074,6 @@ static int nesting=0;
*/
} else {
arglist[argpos]=ARG_DONE; /* flag argument as "present" */
if (arg[argidx].numtags==1) /* set the expected tag, if any */
lval.cmptag=arg[argidx].tags[0];
lvalue=hier14(&lval);
assert(sc_status==statFIRST || arg[argidx].ident== 0 || arg[argidx].tags!=NULL);
switch (arg[argidx].ident) {