Skip to content

Commit c8647f2

Browse files
corruptmempaulbatum
authored andcommitted
Removed nextBool from OneToManyCollectionInstance.cs
1 parent 151de39 commit c8647f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FluentNHibernate/Conventions/Instances/OneToManyCollectionInstance.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace FluentNHibernate.Conventions.Instances
66
{
77
public class OneToManyCollectionInstance : CollectionInstance, IOneToManyCollectionInstance
88
{
9-
private new bool nextBool;
109
private readonly ICollectionMapping mapping;
1110

1211
public OneToManyCollectionInstance(ICollectionMapping mapping)

0 commit comments

Comments
 (0)