mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Removes unused variable.
This commit is contained in:
parent
22b3450dcd
commit
e04203a5a3
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user