unused variable.

This commit is contained in:
David Lebee 2018-10-21 16:13:07 -05:00
parent 87606bab75
commit 24378c4b87

View File

@ -174,7 +174,6 @@ namespace PoweredSoft.DynamicQuery
Criteria.Aggregates.ForEach((a, ai) => Criteria.Aggregates.ForEach((a, ai) =>
{ {
var selectType = ResolveSelectFrom(a.Type); var selectType = ResolveSelectFrom(a.Type);
var pathCleaned = a.Path?.Replace(".", "");
sb.Aggregate(a.Path, selectType, $"Agg_{ai}"); sb.Aggregate(a.Path, selectType, $"Agg_{ai}");
}); });
}); });