From b5959fcf15d73ab2d2f1a624ca809cba7372d400 Mon Sep 17 00:00:00 2001 From: Sergei Marochkin Date: Mon, 5 Sep 2016 11:16:56 +0300 Subject: [PATCH] Remove Linux crash lines --- source/compiler/sc3.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/compiler/sc3.c b/source/compiler/sc3.c index 375c105..c9923a6 100644 --- a/source/compiler/sc3.c +++ b/source/compiler/sc3.c @@ -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) {