Browse Source

- unused local variable removed

git-svn-id: trunk@41754 -
nickysn 6 years ago
parent
commit
bb911e2f01
1 changed files with 0 additions and 2 deletions
  1. 0 2
      rtl/openbsd/x86_64/si_dll.inc

+ 0 - 2
rtl/openbsd/x86_64/si_dll.inc

@@ -23,8 +23,6 @@ procedure _init; weakexternal name '_init';
 {$endif VER3_0}
 {$endif VER3_0}
 
 
 procedure _FPC_shared_lib_start; cdecl; public name 'FPC_LIB_START';
 procedure _FPC_shared_lib_start; cdecl; public name 'FPC_LIB_START';
-  var
-    I: SizeUInt;
   begin
   begin
     { todo: figure out if there's any way to obtain these in OpenBSD shared libraries }
     { todo: figure out if there's any way to obtain these in OpenBSD shared libraries }
     environ:=nil;
     environ:=nil;