Skip to content

Commit fd7959e

Browse files
gioskihazzik
authored andcommitted
NH-3948 - Remove duplicated CheckAndUpdateSessionStatus() call in SessionImpl.CreateFilter method (#554)
1 parent 92a0a51 commit fd7959e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NHibernate/Impl/SessionImpl.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,6 @@ public IQuery CreateFilter(object collection, string queryString)
776776
{
777777
CheckAndUpdateSessionStatus();
778778

779-
CheckAndUpdateSessionStatus();
780779
CollectionFilterImpl filter =
781780
new CollectionFilterImpl(queryString, collection, this,
782781
GetFilterQueryPlan(collection, queryString, null, false).ParameterMetadata);

0 commit comments

Comments
 (0)