Browse Source

- rm unused local vars from SysInitFPU and SysResetFPU

git-svn-id: trunk@27403 -
nickysn 11 years ago
parent
commit
3b2cc1baf5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      rtl/i8086/i8086.inc

+ 0 - 2
rtl/i8086/i8086.inc

@@ -522,7 +522,6 @@ procedure DetectFPU;
 Procedure SysInitFPU;
   var
     { these locals are so we don't have to hack pic code in the assembler }
-    localmxcsr: dword;
     localfpucw: word;
   begin
     localfpucw:=Default8087CW;
@@ -538,7 +537,6 @@ Procedure SysInitFPU;
 Procedure SysResetFPU;
   var
     { these locals are so we don't have to hack pic code in the assembler }
-    localmxcsr: dword;
     localfpucw: word;
   begin
     localfpucw:=Default8087CW;