瀏覽代碼

* removed unused var

Jonas Maebe 24 年之前
父節點
當前提交
cecfe5dd49
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      compiler/i386/n386add.pas

+ 4 - 2
compiler/i386/n386add.pas

@@ -713,7 +713,6 @@ interface
          mmxbase : tmmxtype;
 {$endif SUPPORT_MMX}
          pushedreg : tpushed;
-         hloc : tlocation;
          regstopush: byte;
 
       procedure firstjmp64bitcmp;
@@ -2314,7 +2313,10 @@ begin
 end.
 {
   $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 partial result overwriting with the above calls too