Removes unused variable.

This commit is contained in:
Carmen Agimof 2015-09-08 13:58:13 +01:00
parent 22b3450dcd
commit e04203a5a3

View File

@ -228,7 +228,7 @@ namespace XenAdmin.Actions
result = HTTPHelper.Put(progressDelegate, GetCancelling, true, Connection, RelatedTask, ref session, retailPatchPath,
h.address, (HTTP_actions.put_ss)HTTP_actions.put_pool_patch_upload, session.uuid);
}
catch(CancelledException e)
catch(CancelledException)
{
if(deleteFileOnCancel && File.Exists(retailPatchPath))
{