diff --git a/lib/base/dictionary.cpp b/lib/base/dictionary.cpp index eed858856..0eeb76923 100644 --- a/lib/base/dictionary.cpp +++ b/lib/base/dictionary.cpp @@ -98,11 +98,6 @@ Value Dictionary::Get(const String& key) const */ void Dictionary::Set(const String& key, const Value& value) { - if (value.IsEmpty()) { - Remove(key); - return; - } - ASSERT(!OwnsLock()); ObjectLock olock(this);