Skip to content

Commit

Permalink
Remove disused field
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Nov 9, 2023
1 parent f3415ed commit b58a1c6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class ExecuteCommandCreateHoldoutLookup : BasicCommandExecution
private readonly CohortIdentificationConfiguration _cic;
readonly IBasicActivateItems _activator;
private DiscoveredServer _server;
private DbCommand _cmd;
private DataTable _dataTable;


Expand Down Expand Up @@ -203,4 +202,4 @@ public override void Execute()
}

public override Image<Rgba32> GetImage(IIconProvider iconProvider) => iconProvider.GetImage(RDMPConcept.CohortAggregate,OverlayKind.Link);
}
}

0 comments on commit b58a1c6

Please sign in to comment.