Removed a unnecessary duplicate call to one routine.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5709 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9cc99876b2
commit
878f469fc8
1 changed files with 0 additions and 1 deletions
|
@ -1517,7 +1517,6 @@ static unsigned RunOptGroup1 (CodeSeg* S)
|
|||
Changes += RunOptFunc (S, &DOptAdd4, 1);
|
||||
Changes += RunOptFunc (S, &DOptAdd5, 1);
|
||||
Changes += RunOptFunc (S, &DOptAdd6, 1);
|
||||
Changes += RunOptFunc (S, &DOptAdd6, 1);
|
||||
Changes += RunOptFunc (S, &DOptSub1, 1);
|
||||
Changes += RunOptFunc (S, &DOptSub3, 1);
|
||||
Changes += RunOptFunc (S, &DOptStore4, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue