Skip to content

Commit

Permalink
CP-40844 removes unused class variable
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lancaster <[email protected]>
  • Loading branch information
CitrixChris committed Sep 20, 2023
1 parent c90b330 commit 5989d4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions XenModel/Actions/Updates/DownloadFileAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public class DownloadFileAction : AsyncAction, IByteProgressAction
private Exception _downloadError;
private readonly string _authToken;
private WebClient _client;
private string _title;
private string _description;


Expand All @@ -82,7 +81,6 @@ public DownloadFileAction(string fileName, Uri uri, string outputFileName, strin
_canDownloadFile = _address != null;
_outputPathAndFileName = outputFileName;
_authToken = XenAdminConfigManager.Provider.GetClientUpdatesQueryParam();
_title = title;
_description = description;
}

Expand Down

0 comments on commit 5989d4f

Please sign in to comment.