mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1233 from GaborApatiNagy/CAR-2245_temp
Removed unused field (Release build failed on this)
This commit is contained in:
commit
7393a6d40e
@ -46,7 +46,6 @@ namespace XenAdmin.Wizards.PatchingWizard.PlanActions
|
||||
private readonly XenServerPatch patch;
|
||||
private readonly List<PoolPatchMapping> mappings;
|
||||
private Dictionary<XenServerPatch, string> AllDownloadedPatches = new Dictionary<XenServerPatch, string>();
|
||||
private string tempFileName = null;
|
||||
private AsyncAction inProgressAction = null;
|
||||
|
||||
public UploadPatchToMasterPlanAction(IXenConnection connection, XenServerPatch patch, List<PoolPatchMapping> mappings, Dictionary<XenServerPatch, string> allDownloadedPatches)
|
||||
|
Loading…
Reference in New Issue
Block a user