Skip to content

Commit cf8f082

Browse files
committed
Remove comment
1 parent 0a30e7c commit cf8f082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NHibernate/Linq/GroupJoin/GroupJoinAggregateDetectionVisitor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public static IsAggregatingResults Visit(IEnumerable<GroupJoinClause> groupJoinC
3636

3737
protected override Expression VisitSubQuery(SubQueryExpression expression)
3838
{
39-
//Visit the entire query model?
4039
Visit(expression.QueryModel.SelectClause.Selector);
4140
return expression;
4241
}

0 commit comments

Comments
 (0)