From 00e9289f58074949ab73e3118e8b404b5969ef5b Mon Sep 17 00:00:00 2001 From: svenbarth <pascaldragon@googlemail.com> Date: Sat, 8 Jul 2017 19:15:54 +0000 Subject: [PATCH] * envp is part of sysunixh, so no need to manually import it using an external git-svn-id: trunk@36685 - --- rtl/inc/exeinfo.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rtl/inc/exeinfo.pp b/rtl/inc/exeinfo.pp index 51e6fd3292..8b7d218bbc 100644 --- a/rtl/inc/exeinfo.pp +++ b/rtl/inc/exeinfo.pp @@ -804,12 +804,6 @@ type {$if defined(ELF32) or defined(ELF64) or defined(BEOS)} {$ifdef FIND_BASEADDR_ELF} -{$ifndef SOLARIS} - { Solaris has envp variable in system unit interface, - so we directly use system envp variable in that case } -var - envp : ppchar external name 'operatingsystem_parameter_envp'; -{$endif not SOLARIS} var LocalJmpBuf : Jmp_Buf; procedure LocalError;