Browse Source

* removed unused var

Jonas Maebe 24 years ago
parent
commit
cecfe5dd49
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/i386/n386add.pas

+ 4 - 2
compiler/i386/n386add.pas

@@ -713,7 +713,6 @@ interface
          mmxbase : tmmxtype;
          mmxbase : tmmxtype;
 {$endif SUPPORT_MMX}
 {$endif SUPPORT_MMX}
          pushedreg : tpushed;
          pushedreg : tpushed;
-         hloc : tlocation;
          regstopush: byte;
          regstopush: byte;
 
 
       procedure firstjmp64bitcmp;
       procedure firstjmp64bitcmp;
@@ -2314,7 +2313,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.18  2001-08-29 12:03:23  jonas
+  Revision 1.19  2001-08-29 17:50:45  jonas
+    * removed unused var
+
+  Revision 1.18  2001/08/29 12:03:23  jonas
     * fixed wrong regalloc info around FPC_MUL/DIV/MOD_INT64/QWORD calls
     * fixed wrong regalloc info around FPC_MUL/DIV/MOD_INT64/QWORD calls
     * fixed partial result overwriting with the above calls too
     * fixed partial result overwriting with the above calls too