mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 07:49:32 +01:00
- unused local variable removed
git-svn-id: trunk@41754 -
This commit is contained in:
parent
f15c2db4b2
commit
bb911e2f01
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user