From 55a4957056b54828bc0261de08519c39ecf95071 Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Fri, 21 Oct 2016 11:29:32 +0100 Subject: [PATCH] Removed unused field (Release build failed on this) Signed-off-by: Gabor Apati-Nagy --- .../PatchingWizard/PlanActions/UploadPatchToMasterPlanAction.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/XenAdmin/Wizards/PatchingWizard/PlanActions/UploadPatchToMasterPlanAction.cs b/XenAdmin/Wizards/PatchingWizard/PlanActions/UploadPatchToMasterPlanAction.cs index c91aec982..20f153092 100644 --- a/XenAdmin/Wizards/PatchingWizard/PlanActions/UploadPatchToMasterPlanAction.cs +++ b/XenAdmin/Wizards/PatchingWizard/PlanActions/UploadPatchToMasterPlanAction.cs @@ -46,7 +46,6 @@ namespace XenAdmin.Wizards.PatchingWizard.PlanActions private readonly XenServerPatch patch; private readonly List mappings; private Dictionary AllDownloadedPatches = new Dictionary(); - private string tempFileName = null; private AsyncAction inProgressAction = null; public UploadPatchToMasterPlanAction(IXenConnection connection, XenServerPatch patch, List mappings, Dictionary allDownloadedPatches)