Skip to content

Commit

Permalink
Warnings removal
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandgraf committed Dec 27, 2023
1 parent c2af21c commit ad703f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/AWS.Pipeline.RedirectHandler.pas
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ procedure TRedirectHandler.FinalizeForRedirect(AExecutionContext: TExecutionCont
requestContext.Request.Endpoint := TUri.Create(Format('%s://%s:%d', [uri.Scheme, uri.Host, uri.Port]));

{Todo: Review this}
{$MESSAGE WARN 'Review this code as it involves hash stream}
// TRetryHandler.PrepareForRetry(AExecutionContext.RequestContext);
end;

Expand Down

0 comments on commit ad703f4

Please sign in to comment.