Browse Source

- removed unused variables

Jonas Maebe 20 years ago
parent
commit
067c588089
1 changed files with 4 additions and 3 deletions
  1. 4 3
      compiler/powerpc/nppcadd.pas

+ 4 - 3
compiler/powerpc/nppcadd.pas

@@ -647,10 +647,8 @@ interface
       var
       var
         op         : TOpCG;
         op         : TOpCG;
         op1,op2    : TAsmOp;
         op1,op2    : TAsmOp;
-        hl4        : tasmlabel;
         cmpop,
         cmpop,
         unsigned   : boolean;
         unsigned   : boolean;
-        r          : Tregister;
 
 
 
 
       procedure emit_cmp64_hi;
       procedure emit_cmp64_hi;
@@ -1464,7 +1462,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.54  2004-11-26 12:30:47  jonas
+  Revision 1.55  2004-12-24 11:58:33  jonas
+    - removed unused variables
+
+  Revision 1.54  2004/11/26 12:30:47  jonas
     * fixed intermittent bug in overflow checking of subtractions
     * fixed intermittent bug in overflow checking of subtractions
 
 
   Revision 1.53  2004/11/26 12:17:04  jonas
   Revision 1.53  2004/11/26 12:17:04  jonas