diff --git a/Realm/Realm/DatabaseTypes/RealmValue.cs b/Realm/Realm/DatabaseTypes/RealmValue.cs index 04e0c4ca3a..fda3051c4f 100644 --- a/Realm/Realm/DatabaseTypes/RealmValue.cs +++ b/Realm/Realm/DatabaseTypes/RealmValue.cs @@ -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 list) : this() { Type = RealmValueType.List;