Skip to content

Commit

Permalink
remove dead variable
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 29, 2011
1 parent e4cd519 commit 477456f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/backend/cod2.c
Expand Up @@ -3268,7 +3268,6 @@ code *cdmemset(elem *e,regm_t *pretregs)
regm_t retregs3;
unsigned reg,vreg;
tym_t ty1;
elem *e2,*e1;
int segreg;
unsigned remainder;
targ_uns numbytes,numwords;
Expand All @@ -3277,8 +3276,7 @@ code *cdmemset(elem *e,regm_t *pretregs)
unsigned m;

//printf("cdmemset(*pretregs = %s)\n", regm_str(*pretregs));
e1 = e->E1;
e2 = e->E2;
elem *e2 = e->E2;
assert(e2->Eoper == OPparam);

unsigned char rex = I64 ? REX_W : 0;
Expand Down

0 comments on commit 477456f

Please sign in to comment.