mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 12:29:23 +02:00
- rm unused local vars from SysInitFPU and SysResetFPU
git-svn-id: trunk@27403 -
This commit is contained in:
parent
8eaf8938f4
commit
3b2cc1baf5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user