Remove a variable for reference counting in emit

Signed-off-by: VVWVV <d0u61ev@gmail.com>
This commit is contained in:
VVWVV 2017-03-12 10:33:59 +03:00
parent ba64ad437e
commit 284bbc1a12

View File

@ -1318,8 +1318,6 @@ static int command(void)
error(17,str); /* undefined symbol */
} else {
if (sym->ident==iFUNCTN || sym->ident==iREFFUNC) {
int count; /* number of references on the function */
if ((sym->usage & uNATIVE)!=0) {
/* reserve a SYSREQ id if called for the first time */
if (sc_status==statWRITE && (sym->usage & uREAD)==0 && sym->addr>=0)