fcl-web: less hints

This commit is contained in:
mattias 2023-06-22 12:14:44 +02:00
parent dea9aa56a7
commit 977d123b32

View File

@ -891,6 +891,8 @@ end;
procedure THTTPRoute.DoHandleRequest(ARequest: TRequest; AResponse: TResponse);
begin
// Do nothing
if ARequest=nil then ;
if AResponse=nil then ;
end;
destructor THTTPRoute.Destroy;