Skip to content

Commit

Permalink
remove dead assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 28, 2011
1 parent 6d883ac commit 89dd415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cod4.c
Expand Up @@ -2277,7 +2277,7 @@ code *longcmp(elem *e,bool jcond,unsigned fltarg,code *targ)
static const unsigned char jopmsw[4] = {JL, JG, JL, JG };
static const unsigned char joplsw[4] = {JBE, JA, JB, JAE };

cl = cr = CNIL;
cr = CNIL;
e1 = e->E1;
e2 = e->E2;
op = e->Eoper;
Expand Down

0 comments on commit 89dd415

Please sign in to comment.