Skip to content

Commit 4d46372

Browse files
Update src/NHibernate/Linq/Visitors/NhPartialEvaluatingExpressionVisitor.cs
Co-Authored-By: Frédéric Delaporte <[email protected]>
1 parent 793e0e4 commit 4d46372

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/NHibernate/Linq/Visitors/NhPartialEvaluatingExpressionVisitor.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ evaluatedExpression is ConstantExpression variableConstant &&
121121
return evaluatedExpression;
122122
}
123123

124-
return EvaluateIndependentSubtrees(value, _preTransformationParameters);
125-
}
126-
127-
return base.VisitConstant(expression);
128-
}
129-
130124
/// <summary>
131125
/// Evaluates an evaluatable <see cref="Expression"/> subtree, i.e. an independent expression tree that is compilable and executable
132126
/// without any data being passed in. The result of the evaluation is returned as a <see cref="ConstantExpression"/>; if the subtree

0 commit comments

Comments
 (0)