Merge pull request #552 from agimofcarmen/CP-13038

Fixes warning related to unused field.
This commit is contained in:
Mihaela Stoica 2015-07-16 11:36:27 +01:00
commit b39bcad985

View File

@ -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;