- unused local variable removed

git-svn-id: trunk@41754 -
This commit is contained in:
nickysn 2019-03-20 16:26:38 +00:00
parent f15c2db4b2
commit bb911e2f01

View File

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