mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 03:30:33 +02:00
clean up
This commit is contained in:
parent
7ee1dea027
commit
dab6c48b47
@ -136,7 +136,6 @@ type
|
||||
function GetHost: string;
|
||||
function GetURLDataString: string;
|
||||
procedure SetURLDataString(const aURLDataString: string);
|
||||
function GetSelf: TFPHTTPClientAsyncPoolRequest;
|
||||
public
|
||||
constructor Create;
|
||||
public
|
||||
@ -439,11 +438,6 @@ begin
|
||||
Result := xURI.Host;
|
||||
end;
|
||||
|
||||
function TFPHTTPClientAsyncPoolRequest.GetSelf: TFPHTTPClientAsyncPoolRequest;
|
||||
begin
|
||||
Result := Self;
|
||||
end;
|
||||
|
||||
function TFPHTTPClientAsyncPoolRequest.GetURLDataString: string;
|
||||
begin
|
||||
Result := TEncoding.SystemEncoding.GetAnsiString(URLData);
|
||||
|
Loading…
Reference in New Issue
Block a user