Skip to content

Commit 87fe78d

Browse files
committed
Remove no op call
1 parent 32fdfec commit 87fe78d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NHibernate/Hql/Ast/ANTLR/SessionFactoryHelperExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ public JoinSequence CreateCollectionJoinSequence(IQueryableCollection collPersis
319319
{
320320
JoinSequence joinSequence = CreateJoinSequence();
321321
joinSequence.SetRoot(collPersister, collectionName);
322-
joinSequence.SetUseThetaStyle(false); // TODO: figure out how this should be set.
323322

324323
///////////////////////////////////////////////////////////////////////////////
325324
// This was the reason for failures regarding INDEX_OP and subclass joins on

0 commit comments

Comments
 (0)