mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:39:34 +02:00
- Remove unused variable fpustate.
git-svn-id: trunk@16123 -
This commit is contained in:
parent
d1ed076618
commit
f4ec65add8
@ -19,7 +19,7 @@
|
||||
procedure SignalToRunerror(Sig: longint; { _a2,_a3,_a4 : dword; } SigContext: PSigInfo; uContext : PuContext); public name '_FPC_DEFAULTSIGHANDLER'; cdecl;
|
||||
|
||||
var
|
||||
res,fpustate : word;
|
||||
res : word;
|
||||
begin
|
||||
res:=0;
|
||||
case sig of
|
||||
|
Loading…
Reference in New Issue
Block a user