Browse Source

* removed unused var

peter 25 years ago
parent
commit
1b53fa6f8a
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/csopt386.pas

+ 5 - 2
compiler/csopt386.pas

@@ -779,7 +779,7 @@ Procedure DoCSE(AsmL: PAasmOutput; First, Last: Pai);
 {marks the instructions that can be removed by RemoveInstructs. They're not
 {marks the instructions that can be removed by RemoveInstructs. They're not
  removed immediately because sometimes an instruction needs to be checked in
  removed immediately because sometimes an instruction needs to be checked in
  two different sequences}
  two different sequences}
-Var Cnt, Cnt2, Cnt3: Longint;
+Var Cnt, Cnt2: Longint;
     p, hp1, hp2: Pai;
     p, hp1, hp2: Pai;
     hp3, hp4: pai;
     hp3, hp4: pai;
 {$ifdef replacereg}
 {$ifdef replacereg}
@@ -1140,7 +1140,10 @@ End.
 
 
 {
 {
  $Log$
  $Log$
- Revision 1.60  2000-06-03 09:41:37  jonas
+ Revision 1.61  2000-06-18 18:13:12  peter
+   * removed unused var
+
+ Revision 1.60  2000/06/03 09:41:37  jonas
    * fixed web bug 972, test for the bug in tests/testopt/testcse3.pp
    * fixed web bug 972, test for the bug in tests/testopt/testcse3.pp
 
 
  Revision 1.59  2000/06/01 11:01:20  peter
  Revision 1.59  2000/06/01 11:01:20  peter