Explorar o código

- Remove unused variable fpustate.

git-svn-id: trunk@16123 -
daniel %!s(int64=15) %!d(string=hai) anos
pai
achega
f4ec65add8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/linux/arm/sighnd.inc

+ 1 - 1
rtl/linux/arm/sighnd.inc

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