- remove unused variable

This commit is contained in:
florian 2026-02-15 14:31:15 +01:00
parent 68781abf2d
commit a39d48b22d

View File

@ -118,7 +118,6 @@ procedure RaisePendingExceptions;
procedure fpc_throwfpuexception;[public,alias:'FPC_THROWFPUEXCEPTION'];
var
fpsr : qword;
f: TFPUException;
begin
{ at this point, we know already, that an exception will be risen }
fpsr:=getfpsr;