Skip to content

Commit 00939f5

Browse files
committed
Cleanup of unused variable
1 parent 525cecd commit 00939f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Authentication/AuthenticationRequest.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function AuthRequest(URL, User, Password: String): String;
2222
HTTPClient: TSWHTTPClient;
2323
RequestBody: TStream;
2424
JSONBody: TJSONObject;
25-
ErrorResponse: TJSONObject;
2625
begin
2726
HTTPClient := TSWHTTPClient.Create;
2827
try

0 commit comments

Comments
 (0)