From c0f01c893199a870f3295fe8b14c5b5948099a24 Mon Sep 17 00:00:00 2001 From: Ferdinando Papale <4850119+papafe@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:08:46 +0200 Subject: [PATCH] Removed comment [skip-ci] --- Realm/Realm/DatabaseTypes/RealmValue.cs | 8 -------- 1 file changed, 8 deletions(-) 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;