Skip to content

Commit 21d29d0

Browse files
Remove obsolete comment
1 parent 580fbcd commit 21d29d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/NHibernate/Hql/Ast/ANTLR/Tree/DotNode.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,6 @@ private void DereferenceEntityJoin(string classAlias, EntityType propertyType, b
516516

517517
if ( ! useFoundFromElement )
518518
{
519-
// If this is an implied join in a from element, then use the impled join type which is part of the
520-
// tree parser's state (set by the gramamar actions).
521519
JoinSequence joinSequence = SessionFactoryHelper
522520
.CreateJoinSequence(false, propertyType, tableAlias, _joinType, joinColumns);
523521

0 commit comments

Comments
 (0)