Skip to content

Commit

Permalink
Remove hints
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Jan 29, 2021
1 parent 0393c44 commit 0e80d06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Horse.OctetStream.pas
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ implementation

procedure GetAllDataAsStream(ARequest: THorseRequest; AStream: TMemoryStream);
var
{$IF NOT DEFINED(FPC)}
{$IF DEFINED(FPC)}
LStringStream: TStringStream;
{$ELSE}
BytesRead, ContentLength: Integer;
Buffer: array [0 .. 1023] of Byte;
{$ENDIF}
LStringStream: TStringStream;
begin
AStream.Clear;
{$IF DEFINED(FPC)}
Expand Down

0 comments on commit 0e80d06

Please sign in to comment.