* remove the BaseUnix dependency added by mistake

git-svn-id: trunk@47305 -
This commit is contained in:
ondrej 2020-11-04 05:52:58 +00:00
parent 0bf1af08c4
commit 7ad4694e4b

View File

@ -27,8 +27,6 @@ unit unixutil;
interface
uses BaseUnix;
Function StringToPPChar(S: PChar;ReserveEntries:integer):ppchar;
Function StringToPPChar(Var S:RawByteString;ReserveEntries:integer):ppchar;
function ArrayStringToPPchar(const S:Array of RawByteString;reserveentries:Longint):ppchar; // const ?