mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #552 from agimofcarmen/CP-13038
Fixes warning related to unused field.
This commit is contained in:
commit
b39bcad985
@ -386,7 +386,6 @@ namespace XenAdmin.Wizards.PatchingWizard
|
||||
|
||||
private class PatchGridViewRow : DataGridViewExRow, IEquatable<PatchGridViewRow>
|
||||
{
|
||||
private readonly Pool_patch _patch;
|
||||
private readonly Alert _alert;
|
||||
|
||||
private bool expanded = false;
|
||||
|
Loading…
Reference in New Issue
Block a user