mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CP-10798: Remove unreachable code
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
3d418ee412
commit
a1a402fd30
@ -169,8 +169,6 @@ namespace XenAdmin.Diagnostics.Checks
|
||||
var diskSpaceReq = new XenAdmin.Actions.DiskSpaceRequirements(operation, host, Patch.Name, required, found, reclaimableDiskSpace);
|
||||
|
||||
return new HostOutOfSpaceProblem(this, host, Patch, diskSpaceReq);
|
||||
break;
|
||||
|
||||
case "":
|
||||
return null;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user