- rm unused local vars from SysInitFPU and SysResetFPU

git-svn-id: trunk@27403 -
This commit is contained in:
nickysn 2014-03-30 23:03:51 +00:00
parent 8eaf8938f4
commit 3b2cc1baf5

View File

@ -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;