Skip to content

Commit a365cf6

Browse files
author
mickfold
committed
Fix issue with merge
1 parent 9b66c9d commit a365cf6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/NHibernate/Cfg/XmlHbmBinding/PropertiesBinder.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,6 @@ private void BindManyToOne(HbmManyToOne manyToOneMapping, ManyToOne model, strin
241241
model.IsLogicalOneToOne = true;
242242
}
243243

244-
if (manyToOneMapping.unique)
245-
{
246-
model.IsLogicalOneToOne = true;
247-
}
248-
249244
BindForeignKey(manyToOneMapping.foreignkey, model);
250245
}
251246

0 commit comments

Comments
 (0)