Skip to content

Commit

Permalink
[CI] Remove unused local variables (#15459)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel authored Jul 26, 2023
1 parent 7ba1b40 commit 081af53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/src/dmd/backend/cod4.d
Original file line number Diff line number Diff line change
Expand Up @@ -2774,8 +2774,6 @@ void cdcmp(ref CodeBuilder cdb,elem *e,regm_t *pretregs)
case OPconst:
// If compare against 0
{
regm_t regm2;
reg_t reg2;
if (sz <= REGSIZE && *pretregs == mPSW && !boolres(e2) &&
isregvar(e1,retregs,reg)
)
Expand Down

0 comments on commit 081af53

Please sign in to comment.