mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Removed unused field (Release build failed on this)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
92b59a9e44
commit
55a4957056
@ -46,7 +46,6 @@ namespace XenAdmin.Wizards.PatchingWizard.PlanActions
|
|||||||
private readonly XenServerPatch patch;
|
private readonly XenServerPatch patch;
|
||||||
private readonly List<PoolPatchMapping> mappings;
|
private readonly List<PoolPatchMapping> mappings;
|
||||||
private Dictionary<XenServerPatch, string> AllDownloadedPatches = new Dictionary<XenServerPatch, string>();
|
private Dictionary<XenServerPatch, string> AllDownloadedPatches = new Dictionary<XenServerPatch, string>();
|
||||||
private string tempFileName = null;
|
|
||||||
private AsyncAction inProgressAction = null;
|
private AsyncAction inProgressAction = null;
|
||||||
|
|
||||||
public UploadPatchToMasterPlanAction(IXenConnection connection, XenServerPatch patch, List<PoolPatchMapping> mappings, Dictionary<XenServerPatch, string> allDownloadedPatches)
|
public UploadPatchToMasterPlanAction(IXenConnection connection, XenServerPatch patch, List<PoolPatchMapping> mappings, Dictionary<XenServerPatch, string> allDownloadedPatches)
|
||||||
|
Loading…
Reference in New Issue
Block a user