remove out of date TODO

This commit is contained in:
Michael Davidsaver
2020-03-09 14:14:56 -07:00
parent e7bbbb7e2c
commit 1279e4fab6
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -69,7 +69,6 @@ Value::Value(const std::shared_ptr<const impl::FieldDesc>& desc)
Value::Value(const std::shared_ptr<const impl::FieldDesc>& desc, Value& parent)
:Value(desc)
{
// TODO ref. loop detection
store->top->enclosing = parent.store;
}