Skip to content

Commit

Permalink
Removed comment [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Sep 14, 2023
1 parent d4601c0 commit c0f01c8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Realm/Realm/DatabaseTypes/RealmValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,6 @@ private RealmValue(IRealmObjectBase obj) : this()
_objectValue = obj;
}

/*
* This is enough for when needing to call SetValue(RealmValue val,...)
* We get this value and we do what we need to do (maybe modify PopulateCollection..., probably yes)
*
* For the opposite, we need to find a way to save this inside primitive value, maybe
* we just need something to keep a link to the realmList
*
*/
private RealmValue(IList<RealmValue> list) : this()
{
Type = RealmValueType.List;
Expand Down

0 comments on commit c0f01c8

Please sign in to comment.